|
| vtkSmartVolumeMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkSmartVolumeMapper () |
| Undocumented Block More...
|
|
void | CreateCanonicalView (vtkRenderer ren, vtkVolume volume, vtkVolume volume2, vtkImageData image, int blend_mode, IntPtr viewDirection, IntPtr viewUp) |
| This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector. More...
|
|
virtual float | GetFinalColorLevel () |
| Get the final color level. More...
|
|
virtual float | GetFinalColorWindow () |
| Get the final color window. Initial value is 1.0. More...
|
|
virtual double | GetInteractiveUpdateRate () |
| Get the update rate at or above which this is considered an interactive render. Initial value is 1.0e-5. More...
|
|
virtual double | GetInteractiveUpdateRateMaxValue () |
| Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5. More...
|
|
virtual double | GetInteractiveUpdateRateMinValue () |
| Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5. More...
|
|
virtual int | GetInterpolationMode () |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More...
|
|
virtual int | GetInterpolationModeMaxValue () |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More...
|
|
virtual int | GetInterpolationModeMinValue () |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More...
|
|
int | GetLastUsedRenderMode () |
| This will return the render mode used during the previous call to Render(). More...
|
|
virtual float | GetMaxMemoryFraction () |
| Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0. More...
|
|
virtual float | GetMaxMemoryFractionMaxValue () |
| Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0. More...
|
|
virtual float | GetMaxMemoryFractionMinValue () |
| Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0. More...
|
|
virtual long | GetMaxMemoryInBytes () |
| Value passed to the GPU mapper. Ignored by other mappers. Maximum size of the 3D texture in GPU memory. Will default to the size computed from the graphics card. Can be adjusted by the user. Useful if the automatic detection is defective or missing. More...
|
|
virtual int | GetRequestedRenderMode () |
| Get the requested render mode. More...
|
|
override int | IsA (string type) |
| Undocumented Block More...
|
|
new vtkSmartVolumeMapper | NewInstance () |
| Undocumented Block More...
|
|
override void | ReleaseGraphicsResources (vtkWindow arg0) |
| This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector. More...
|
|
override void | Render (vtkRenderer arg0, vtkVolume arg1) |
| This method can be used to render a representative view of the input data into the supplied image given the supplied blending mode, view direction, and view up vector. More...
|
|
virtual void | SetFinalColorLevel (float _arg) |
| Set the final color level. The level controls the brightness of the image. The final color window will be centered at the final color level, and together represent a linear remapping of color values. The default value for the level is 0.5. More...
|
|
virtual void | SetFinalColorWindow (float _arg) |
| Set the final color window. This controls the contrast of the image. The default value is 1.0. The Window can be negative (this causes a "negative" effect on the image) Although Window can be set to 0.0, any value less than 0.00001 and greater than or equal to 0.0 will be set to 0.00001, and any value greater than -0.00001 but less than or equal to 0.0 will be set to -0.00001. Initial value is 1.0. More...
|
|
virtual void | SetInteractiveUpdateRate (double _arg) |
| Set the rate at or above this render will be considered interactive. If the DesiredUpdateRate of the vtkRenderWindow that caused the Render falls at or above this rate, the render is considered interactive and the mapper may be adjusted (depending on the render mode). Initial value is 1.0e-5. More...
|
|
virtual void | SetInterpolationMode (int _arg) |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More...
|
|
void | SetInterpolationModeToCubic () |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More...
|
|
void | SetInterpolationModeToLinear () |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More...
|
|
void | SetInterpolationModeToNearestNeighbor () |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More...
|
|
virtual void | SetMaxMemoryFraction (float _arg) |
| Value passed to the GPU mapper. Ignored by other mappers. Maximum fraction of the MaxMemoryInBytes that should be used to hold the texture. Valid values are 0.1 to 1.0. More...
|
|
virtual void | SetMaxMemoryInBytes (long _arg) |
| Value passed to the GPU mapper. Ignored by other mappers. Maximum size of the 3D texture in GPU memory. Will default to the size computed from the graphics card. Can be adjusted by the user. Useful if the automatic detection is defective or missing. More...
|
|
void | SetRequestedRenderMode (int mode) |
| Set the requested render mode. The default is vtkSmartVolumeMapper::DefaultRenderMode. More...
|
|
void | SetRequestedRenderModeToDefault () |
| Set the requested render mode to vtkSmartVolumeMapper::DefaultRenderMode. This is the best option for an application that must adapt to different data types, hardware, and rendering parameters. More...
|
|
void | SetRequestedRenderModeToRayCast () |
| Set the requested render mode to vtkSmartVolumeMapper::RayCastRenderMode. This option will use software rendering exclusively. This is a good option if you know there is no hardware acceleration. More...
|
|
void | SetRequestedRenderModeToRayCastAndTexture () |
| Set the requested render mode to vtkSmartVolumeMapper::RayCastAndTextureRenderMode. This is a good option if you want to avoid using advanced OpenGL functionality, but would still like to used 3D texture mapping, if available, for interactive rendering. More...
|
|
| vtkVolumeMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
virtual void | CroppingOff () |
| Turn On/Off orthogonal cropping. (Clipping planes are perpendicular to the coordinate axes.) More...
|
|
virtual void | CroppingOn () |
| Turn On/Off orthogonal cropping. (Clipping planes are perpendicular to the coordinate axes.) More...
|
|
virtual int | GetBlendMode () |
| Set/Get the blend mode. Currently this is only supported by the vtkFixedPointVolumeRayCastMapper - other mappers have different ways to set this (supplying a function to a vtkVolumeRayCastMapper) or don't have any options (vtkVolumeTextureMapper2D supports only compositing). Additive blend mode adds scalars along the ray and multiply them by their opacity mapping value. More...
|
|
virtual int | GetCropping () |
| Turn On/Off orthogonal cropping. (Clipping planes are perpendicular to the coordinate axes.) More...
|
|
virtual int | GetCroppingMaxValue () |
| Turn On/Off orthogonal cropping. (Clipping planes are perpendicular to the coordinate axes.) More...
|
|
virtual int | GetCroppingMinValue () |
| Turn On/Off orthogonal cropping. (Clipping planes are perpendicular to the coordinate axes.) More...
|
|
virtual int | GetCroppingRegionFlags () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
virtual int | GetCroppingRegionFlagsMaxValue () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
virtual int | GetCroppingRegionFlagsMinValue () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
virtual double[] | GetCroppingRegionPlanes () |
| Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered. More...
|
|
virtual void | GetCroppingRegionPlanes (IntPtr data) |
| Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered. More...
|
|
vtkImageData | GetInput () |
| Set/Get the input data More...
|
|
virtual double[] | GetVoxelCroppingRegionPlanes () |
| Get the cropping region planes in voxels. Only valid during the rendering process More...
|
|
virtual void | GetVoxelCroppingRegionPlanes (IntPtr data) |
| Get the cropping region planes in voxels. Only valid during the rendering process More...
|
|
override int | IsA (string type) |
| Undocumented Block More...
|
|
new vtkVolumeMapper | NewInstance () |
| Undocumented Block More...
|
|
override void | ReleaseGraphicsResources (vtkWindow arg0) |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
override void | Render (vtkRenderer ren, vtkVolume vol) |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
virtual void | SetBlendMode (int _arg) |
| Set/Get the blend mode. Currently this is only supported by the vtkFixedPointVolumeRayCastMapper - other mappers have different ways to set this (supplying a function to a vtkVolumeRayCastMapper) or don't have any options (vtkVolumeTextureMapper2D supports only compositing). Additive blend mode adds scalars along the ray and multiply them by their opacity mapping value. More...
|
|
void | SetBlendModeToAdditive () |
| Set/Get the blend mode. Currently this is only supported by the vtkFixedPointVolumeRayCastMapper - other mappers have different ways to set this (supplying a function to a vtkVolumeRayCastMapper) or don't have any options (vtkVolumeTextureMapper2D supports only compositing). Additive blend mode adds scalars along the ray and multiply them by their opacity mapping value. More...
|
|
void | SetBlendModeToComposite () |
| Set/Get the blend mode. Currently this is only supported by the vtkFixedPointVolumeRayCastMapper - other mappers have different ways to set this (supplying a function to a vtkVolumeRayCastMapper) or don't have any options (vtkVolumeTextureMapper2D supports only compositing). Additive blend mode adds scalars along the ray and multiply them by their opacity mapping value. More...
|
|
void | SetBlendModeToMaximumIntensity () |
| Set/Get the blend mode. Currently this is only supported by the vtkFixedPointVolumeRayCastMapper - other mappers have different ways to set this (supplying a function to a vtkVolumeRayCastMapper) or don't have any options (vtkVolumeTextureMapper2D supports only compositing). Additive blend mode adds scalars along the ray and multiply them by their opacity mapping value. More...
|
|
void | SetBlendModeToMinimumIntensity () |
| Set/Get the blend mode. Currently this is only supported by the vtkFixedPointVolumeRayCastMapper - other mappers have different ways to set this (supplying a function to a vtkVolumeRayCastMapper) or don't have any options (vtkVolumeTextureMapper2D supports only compositing). Additive blend mode adds scalars along the ray and multiply them by their opacity mapping value. More...
|
|
virtual void | SetCropping (int _arg) |
| Turn On/Off orthogonal cropping. (Clipping planes are perpendicular to the coordinate axes.) More...
|
|
virtual void | SetCroppingRegionFlags (int _arg) |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
void | SetCroppingRegionFlagsToCross () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
void | SetCroppingRegionFlagsToFence () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
void | SetCroppingRegionFlagsToInvertedCross () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
void | SetCroppingRegionFlagsToInvertedFence () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
void | SetCroppingRegionFlagsToSubVolume () |
| Set the flags for the cropping regions. The clipping planes divide the volume into 27 regions - there is one bit for each region. The regions start from the one containing voxel (0,0,0), moving along the x axis fastest, the y axis next, and the z axis slowest. These are represented from the lowest bit to bit number 27 in the integer containing the flags. There are several convenience functions to set some common configurations - subvolume (the default), fence (between any of the clip plane pairs), inverted fence, cross (between any two of the clip plane pairs) and inverted cross. More...
|
|
virtual void | SetCroppingRegionPlanes (double _arg1, double _arg2, double _arg3, double _arg4, double _arg5, double _arg6) |
| Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered. More...
|
|
virtual void | SetCroppingRegionPlanes (IntPtr _arg) |
| Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered. More...
|
|
virtual void | SetInput (vtkImageData arg0) |
| Set/Get the input data More...
|
|
override void | SetInput (vtkDataSet arg0) |
| Set/Get the input data More...
|
|
| vtkAbstractVolumeMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
virtual int | GetArrayAccessMode () |
| Get the array name or number and component to use for rendering. More...
|
|
virtual int | GetArrayId () |
| Get the array name or number and component to use for rendering. More...
|
|
virtual string | GetArrayName () |
| Get the array name or number and component to use for rendering. More...
|
|
override double[] | GetBounds () |
| Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). More...
|
|
override void | GetBounds (IntPtr bounds) |
| Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). More...
|
|
vtkDataObject | GetDataObjectInput () |
| Set/Get the input data More...
|
|
vtkDataSet | GetDataSetInput () |
| Set/Get the input data More...
|
|
virtual float | GetGradientMagnitudeBias () |
| Return the method for obtaining scalar data. More...
|
|
virtual float | GetGradientMagnitudeBias (int arg0) |
| Return the method for obtaining scalar data. More...
|
|
virtual float | GetGradientMagnitudeScale () |
| Return the method for obtaining scalar data. More...
|
|
virtual float | GetGradientMagnitudeScale (int arg0) |
| Return the method for obtaining scalar data. More...
|
|
virtual int | GetScalarMode () |
| Control how the mapper works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the mapper will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the mapper to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectScalarArray. More...
|
|
string | GetScalarModeAsString () |
| Return the method for obtaining scalar data. More...
|
|
new vtkAbstractVolumeMapper | NewInstance () |
| Undocumented Block More...
|
|
virtual void | SelectScalarArray (int arrayNum) |
| When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which scalar array to use during rendering. The transfer function in the vtkVolumeProperty (attached to the calling vtkVolume) will decide how to convert vectors to colors. More...
|
|
virtual void | SelectScalarArray (string arrayName) |
| When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which scalar array to use during rendering. The transfer function in the vtkVolumeProperty (attached to the calling vtkVolume) will decide how to convert vectors to colors. More...
|
|
virtual void | SetScalarMode (int _arg) |
| Control how the mapper works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the mapper will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the mapper to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectScalarArray. More...
|
|
void | SetScalarModeToDefault () |
| Control how the mapper works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the mapper will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the mapper to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectScalarArray. More...
|
|
void | SetScalarModeToUseCellData () |
| Control how the mapper works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the mapper will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the mapper to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectScalarArray. More...
|
|
void | SetScalarModeToUseCellFieldData () |
| Control how the mapper works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the mapper will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the mapper to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectScalarArray. More...
|
|
void | SetScalarModeToUsePointData () |
| Control how the mapper works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the mapper will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the mapper to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectScalarArray. More...
|
|
void | SetScalarModeToUsePointFieldData () |
| Control how the mapper works with scalar point data and cell attribute data. By default (ScalarModeToDefault), the mapper will use point data, and if no point data is available, then cell data is used. Alternatively you can explicitly set the mapper to use point data (ScalarModeToUsePointData) or cell data (ScalarModeToUseCellData). You can also choose to get the scalars from an array in point field data (ScalarModeToUsePointFieldData) or cell field data (ScalarModeToUseCellFieldData). If scalars are coming from a field data array, you must call SelectScalarArray. More...
|
|
| vtkAbstractMapper3D (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
double[] | GetCenter () |
| Return the Center of this mapper's data. More...
|
|
void | GetCenter (IntPtr center) |
| Return the Center of this mapper's data. More...
|
|
void | GetClippingPlaneInDataCoords (vtkMatrix4x4 propMatrix, int i, IntPtr planeEquation) |
| Get the ith clipping plane as a homogeneous plane equation. Use GetNumberOfClippingPlanes to get the number of planes. More...
|
|
double | GetLength () |
| Return the diagonal length of this mappers bounding box. More...
|
|
int | GetNumberOfClippingPlanes () |
| Get the number of clipping planes. More...
|
|
virtual int | IsARayCastMapper () |
| Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image from this mapper. More...
|
|
virtual int | IsARenderIntoImageMapper () |
| Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by rendering into a software image buffer. More...
|
|
new vtkAbstractMapper3D | NewInstance () |
| Undocumented Block More...
|
|
| vtkAbstractMapper (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
void | AddClippingPlane (vtkPlane plane) |
| Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). More...
|
|
virtual vtkPlaneCollection | GetClippingPlanes () |
| Get/Set the vtkPlaneCollection which specifies the clipping planes. More...
|
|
override uint | GetMTime () |
| Override Modifiedtime as we have added Clipping planes More...
|
|
virtual double | GetTimeToDraw () |
| Get the time required to draw the geometry last time it was rendered More...
|
|
new vtkAbstractMapper | NewInstance () |
| Undocumented Block More...
|
|
void | RemoveAllClippingPlanes () |
| Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). More...
|
|
void | RemoveClippingPlane (vtkPlane plane) |
| Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). More...
|
|
virtual void | SetClippingPlanes (vtkPlaneCollection arg0) |
| Get/Set the vtkPlaneCollection which specifies the clipping planes. More...
|
|
void | SetClippingPlanes (vtkPlanes planes) |
| An alternative way to set clipping planes: use up to six planes found in the supplied instance of the implicit function vtkPlanes. More...
|
|
void | ShallowCopy (vtkAbstractMapper m) |
| Make a shallow copy of this mapper. More...
|
|
| vtkAlgorithm (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkAlgorithm () |
| Undocumented Block More...
|
|
override void | Register (vtkObjectBase o) |
| Participate in garbage collection. More...
|
|
virtual void | AbortExecuteOff () |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual void | AbortExecuteOn () |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput input) |
| Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is More...
|
|
virtual void | AddInputConnection (vtkAlgorithmOutput input) |
| Add a connection to the given input port index. See SetInputConnection() for details on input connections. This method is the complement to RemoveInputConnection() in that it adds only the connection specified without affecting other connections. Typical usage is More...
|
|
virtual double | ComputePriority () |
| Returns the priority of the piece described by the current update extent. The priority is a number between 0.0 and 1.0 with 0 meaning skippable (REQUEST_DATA not needed) and 1.0 meaning important. More...
|
|
void | ConvertTotalInputToPortConnection (int ind, ref int port, ref int conn) |
| Convenience routine to convert from a linear ordering of input connections to a port/connection pair. More...
|
|
virtual int | GetAbortExecute () |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual uint | GetErrorCode () |
| The error code contains a possible error that occured while reading or writing the file. More...
|
|
vtkExecutive | GetExecutive () |
| Get this algorithm's executive. If it has none, a default executive will be created. More...
|
|
virtual vtkInformation | GetInformation () |
| Set/Get the information object associated with this algorithm. More...
|
|
vtkInformation | GetInputArrayInformation (int idx) |
| Get the info object for the specified input array to this algorithm More...
|
|
vtkAlgorithmOutput | GetInputConnection (int port, int index) |
| Get the algorithm output port connected to an input port. More...
|
|
vtkDataObject | GetInputDataObject (int port, int connection) |
| Get the data object that will contain the algorithm input for the given port and given connection. More...
|
|
vtkInformation | GetInputPortInformation (int port) |
| Get the information object associated with an input port. There is one input port per kind of input to the algorithm. Each input port tells executives what kind of data and downstream requests this algorithm can handle for that input. More...
|
|
int | GetNumberOfInputConnections (int port) |
| Get the number of inputs currently connected to a port. More...
|
|
int | GetNumberOfInputPorts () |
| Get the number of input ports used by the algorithm. More...
|
|
int | GetNumberOfOutputPorts () |
| Get the number of output ports provided by the algorithm. More...
|
|
vtkDataObject | GetOutputDataObject (int port) |
| Get the data object that will contain the algorithm output for the given port. More...
|
|
vtkAlgorithmOutput | GetOutputPort (int index) |
| Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity. More...
|
|
vtkAlgorithmOutput | GetOutputPort () |
| Get a proxy object corresponding to the given output port of this algorithm. The proxy object can be passed to another algorithm's SetInputConnection(), AddInputConnection(), and RemoveInputConnection() methods to modify pipeline connectivity. More...
|
|
vtkInformation | GetOutputPortInformation (int port) |
| Get the information object associated with an output port. There is one output port per output from the algorithm. Each output port tells executives what kind of upstream requests this algorithm can handle for that output. More...
|
|
virtual double | GetProgress () |
| Set/Get the execution progress of a process object. More...
|
|
virtual double | GetProgressMaxValue () |
| Set/Get the execution progress of a process object. More...
|
|
virtual double | GetProgressMinValue () |
| Set/Get the execution progress of a process object. More...
|
|
virtual string | GetProgressText () |
| Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData(). More...
|
|
virtual int | GetReleaseDataFlag () |
| Turn release data flag on or off for all output ports. More...
|
|
int | GetTotalNumberOfInputConnections () |
| Get the total number of inputs for this algorithm More...
|
|
int | HasExecutive () |
| Check whether this algorithm has an assigned executive. This will NOT create a default executive. More...
|
|
virtual int | ModifyRequest (vtkInformation request, int when) |
| This method gives the algorithm a chance to modify the contents of a request before or after (specified in the when argument) it is forwarded. The default implementation is empty. Returns 1 on success, 0 on failure. When can be either vtkExecutive::BeforeForward or vtkExecutive::AfterForward. More...
|
|
new vtkAlgorithm | NewInstance () |
| Undocumented Block More...
|
|
int | ProcessRequest (vtkInformation request, vtkCollection inInfo, vtkInformationVector outInfo) |
| Version of ProcessRequest() that is wrapped. This converts the collection to an array and calls the other version. More...
|
|
void | ReleaseDataFlagOff () |
| Turn release data flag on or off for all output ports. More...
|
|
void | ReleaseDataFlagOn () |
| Turn release data flag on or off for all output ports. More...
|
|
void | RemoveAllInputs () |
| Remove all the input data. More...
|
|
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput input) |
| Remove a connection from the given input port index. See SetInputConnection() for details on input connection. This method is the complement to AddInputConnection() in that it removes only the connection specified without affecting other connections. Typical usage is More...
|
|
virtual void | SetAbortExecute (int _arg) |
| Set/Get the AbortExecute flag for the process object. Process objects may handle premature termination of execution in different ways. More...
|
|
virtual void | SetExecutive (vtkExecutive executive) |
| Set this algorithm's executive. This algorithm is removed from any executive to which it has previously been assigned and then assigned to the given executive. More...
|
|
virtual void | SetInformation (vtkInformation arg0) |
| Set/Get the information object associated with this algorithm. More...
|
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, string name) |
| Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
|
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
| Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
|
|
virtual void | SetInputArrayToProcess (int idx, vtkInformation info) |
| Set the input data arrays that this algorithm will process. Specifically the idx array that this algorithm will process (starting from 0) is the array on port, connection with the specified association and name or attribute type (such as SCALARS). The fieldAssociation refers to which field in the data object the array is stored. See vtkDataObject::FieldAssociations for detail. More...
|
|
virtual void | SetInputArrayToProcess (int idx, int port, int connection, string fieldAssociation, string attributeTypeorName) |
| String based versions of SetInputArrayToProcess(). Because fieldAssociation and fieldAttributeType are enums, they cannot be easily accessed from scripting language. These methods provides an easy and safe way of passing association and attribute type information. Field association is one of the following: More...
|
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput input) |
| Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). More...
|
|
virtual void | SetInputConnection (vtkAlgorithmOutput input) |
| Set the connection for the given input port index. Each input port of a filter has a specific purpose. A port may have zero or more connections and the required number is specified by each filter. Setting the connection with this method removes all other connections from the port. To add more than one connection use AddInputConnection(). More...
|
|
virtual void | SetProgress (double _arg) |
| Set/Get the execution progress of a process object. More...
|
|
void | SetProgressText (string ptext) |
| Set the current text message associated with the progress state. This may be used by a calling process/GUI. Note: Because SetProgressText() is called from inside RequestData() it does not modify the algorithm object. Algorithms are not allowed to modify themselves from inside RequestData(). More...
|
|
virtual void | SetReleaseDataFlag (int arg0) |
| Turn release data flag on or off for all output ports. More...
|
|
virtual void | Update () |
| Bring this algorithm's outputs up-to-date. More...
|
|
int | UpdateExtentIsEmpty (vtkDataObject output) |
| This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute. More...
|
|
int | UpdateExtentIsEmpty (vtkInformation pinfo, int extentType) |
| This detects when the UpdateExtent will generate no data This condition is satisfied when the UpdateExtent has zero volume (0,-1,...) or the UpdateNumberOfPieces is 0. The source uses this call to determine whether to call Execute. More...
|
|
virtual void | UpdateInformation () |
| Backward compatibility method to invoke UpdateInformation on executive. More...
|
|
void | UpdateProgress (double amount) |
| Update the progress of the process object. If a ProgressMethod exists, executes it. Then set the Progress ivar to amount. The parameter amount should range between (0,1). More...
|
|
virtual void | UpdateWholeExtent () |
| Bring this algorithm's outputs up-to-date. More...
|
|
| vtkObject (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkObject () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
|
|
uint | AddObserver (uint arg0, vtkCommand arg1, float priority) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
uint | AddObserver (string arg0, vtkCommand arg1, float priority) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
virtual void | DebugOff () |
| Turn debugging output off. More...
|
|
virtual void | DebugOn () |
| Turn debugging output on. More...
|
|
vtkCommand | GetCommand (uint tag) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
byte | GetDebug () |
| Get the value of the debug flag. More...
|
|
int | HasObserver (uint arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | HasObserver (string arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | HasObserver (uint arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | HasObserver (string arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (uint arg0, IntPtr callData) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (string arg0, IntPtr callData) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (uint arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
int | InvokeEvent (string arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
virtual void | Modified () |
| Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data. The modification time is a unique monotonically increasing unsigned long integer. More...
|
|
vtkObject | NewInstance () |
| Undocumented Block More...
|
|
void | RemoveAllObservers () |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObserver (vtkCommand arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObserver (uint tag) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (uint arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (string arg0, vtkCommand arg1) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (uint arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | RemoveObservers (string arg0) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More...
|
|
void | SetDebug (byte debugFlag) |
| Set the value of the debug flag. A non-zero value turns debugging on. More...
|
|
override string | ToString () |
| Returns the result of calling vtkObject::Print as a C# string. More...
|
|
delegate void | vtkObjectEventHandler (vtkObject sender, vtkObjectEventArgs e) |
| Generic signature for all vtkObject events. More...
|
|
void | RemoveAllHandlersForAllEvents () |
| Call RemoveAllHandlers on each non-null vtkObjectEventRelay. TODO: This method needs to get called by the generated Dispose. Make that happen... More...
|
|
| vtkObjectBase (IntPtr rawCppThis, bool callDisposalMethod, bool strong) |
| Automatically generated constructor - called from generated code. DO NOT call directly. More...
|
|
| vtkObjectBase () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More...
|
|
virtual void | FastDelete () |
| Delete a reference to this object. This version will not invoke garbage collection and can potentially leak the object if it is part of a reference loop. Use this method only when it is known that the object has another reference and would not be collected if a full garbage collection check were done. More...
|
|
string | GetClassName () |
| Return the class name as a string. This method is defined in all subclasses of vtkObjectBase with the vtkTypeMacro found in vtkSetGet.h. More...
|
|
int | GetReferenceCount () |
| Return the current reference count of this object. More...
|
|
void | SetReferenceCount (int arg0) |
| Sets the reference count. (This is very dangerous, use with care.) More...
|
|