|
VTK
|
AMR class for a volume mapper. More...
#include <vtkAMRVolumeMapper.h>
Public Types | |
| enum | { DefaultRenderMode =0 , RayCastAndTextureRenderMode , RayCastRenderMode , TextureRenderMode , GPURenderMode , UndefinedRenderMode , InvalidRenderMode } |
| typedef vtkVolumeMapper | Superclass |
Public Types inherited from vtkVolumeMapper | |
| enum | BlendModes { COMPOSITE_BLEND , MAXIMUM_INTENSITY_BLEND , MINIMUM_INTENSITY_BLEND , AVERAGE_INTENSITY_BLEND , ADDITIVE_BLEND } |
| Blend modes. More... | |
| typedef vtkAbstractVolumeMapper | Superclass |
Public Types inherited from vtkAbstractVolumeMapper | |
| typedef vtkAbstractMapper3D | Superclass |
Public Types inherited from vtkAbstractMapper3D | |
| typedef vtkAbstractMapper | Superclass |
Public Types inherited from vtkAbstractMapper | |
| typedef vtkAlgorithm | Superclass |
Public Types inherited from vtkAlgorithm | |
| enum | DesiredOutputPrecision { SINGLE_PRECISION , DOUBLE_PRECISION , DEFAULT_PRECISION } |
| Values used for setting the desired output precision for various algorithms. More... | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| Return 1 if this class is the same type of (or a subclass of) the named class. More... | |
| vtkAMRVolumeMapper * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| Methods invoked by print to print information about the object including superclasses. More... | |
| virtual void | SetInputData (vtkImageData *) |
| Set the input data. More... | |
| virtual void | SetInputData (vtkDataSet *) |
| virtual void | SetInputData (vtkOverlappingAMR *) |
| virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
| Set the connection for the given input port index. More... | |
| virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
| virtual double * | GetBounds () |
| Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). More... | |
| virtual void | GetBounds (double bounds[6]) |
| Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). More... | |
| virtual void | SetScalarMode (int mode) |
| Control how the mapper works with scalar point data and cell attribute data. More... | |
| virtual void | SetBlendMode (int mode) |
| Set/Get the blend mode. More... | |
| virtual int | GetBlendMode () |
| virtual void | SelectScalarArray (int arrayNum) |
| When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which scalar array to use during rendering. More... | |
| virtual void | SelectScalarArray (const char *arrayName) |
| virtual char * | GetArrayName () |
| Get the array name or number and component to use for rendering. More... | |
| virtual int | GetArrayId () |
| virtual int | GetArrayAccessMode () |
| const char * | GetScalarModeAsString () |
| Return the method for obtaining scalar data. More... | |
| virtual void | SetCropping (int mode) |
| Turn On/Off orthogonal cropping. More... | |
| virtual int | GetCropping () |
| 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 (double *planes) |
| virtual void | GetCroppingRegionPlanes (double *planes) |
| virtual double * | GetCroppingRegionPlanes () |
| virtual void | SetCroppingRegionFlags (int mode) |
| Set the flags for the cropping regions. More... | |
| virtual int | GetCroppingRegionFlags () |
| void | SetRequestedRenderMode (int mode) |
| Set the requested render mode. More... | |
| int | GetRequestedRenderMode () |
| void | SetRequestedRenderModeToDefault () |
| Set the requested render mode to vtkAMRVolumeMapper::DefaultRenderMode. More... | |
| void | SetRequestedRenderModeToRayCastAndTexture () |
| Set the requested render mode to vtkAMRVolumeMapper::RayCastAndTextureRenderMode. More... | |
| void | SetRequestedRenderModeToRayCast () |
| Set the requested render mode to vtkAMRVolumeMapper::RayCastRenderMode. More... | |
| void | SetRequestedRenderModeToTexture () |
| Set the requested render mode to vtkAMRVolumeMapper::TextureRenderMode. More... | |
| void | SetRequestedRenderModeToGPU () |
| Set the requested render mode to vtkAMRVolumeMapper::GPURenderMode. More... | |
| void | SetInterpolationMode (int mode) |
| Set interpolation mode for downsampling (lowres GPU) (initial value: cubic). More... | |
| int | GetInterpolationMode () |
| void | SetInterpolationModeToNearestNeighbor () |
| void | SetInterpolationModeToLinear () |
| void | SetInterpolationModeToCubic () |
| virtual void | SetNumberOfSamples (int, int, int) |
| Set/Get the number of samples/cells along the i/j/k directions. More... | |
| virtual void | SetNumberOfSamples (int[3]) |
| virtual int * | GetNumberOfSamples () |
| virtual void | GetNumberOfSamples (int &, int &, int &) |
| virtual void | GetNumberOfSamples (int[3]) |
| virtual void | Render (vtkRenderer *ren, vtkVolume *vol) |
| WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Render the volume. More... | |
| virtual void | ReleaseGraphicsResources (vtkWindow *) |
| WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this mapper. More... | |
| void | ProcessUpdateExtentRequest (vtkRenderer *renderer, vtkInformation *info, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| void | ProcessInformationRequest (vtkRenderer *renderer, vtkInformation *info, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| void | UpdateResampler (vtkRenderer *ren, vtkOverlappingAMR *amr) |
| void | UpdateResamplerFrustrumMethod (vtkRenderer *ren, vtkOverlappingAMR *amr) |
| virtual void | SetRequestedResamplingMode (int) |
| Select the type of resampling techinque approach to use. More... | |
| virtual int | GetRequestedResamplingMode () |
| virtual void | SetFreezeFocalPoint (bool) |
| virtual bool | GetFreezeFocalPoint () |
| virtual void | SetResamplerUpdateTolerance (double) |
| Sets/Gets the tolerance used to determine if the resampler needs to be updated. More... | |
| virtual double | GetResamplerUpdateTolerance () |
| virtual void | SetUseDefaultThreading (bool) |
| Sets/Gets a flag that indicates the internal volume mapper should use the default number of threads. More... | |
| virtual bool | GetUseDefaultThreading () |
Public Member Functions inherited from vtkVolumeMapper | |
| vtkVolumeMapper * | NewInstance () const |
| vtkImageData * | GetInput () |
| void | SetBlendModeToComposite () |
| void | SetBlendModeToMaximumIntensity () |
| void | SetBlendModeToMinimumIntensity () |
| void | SetBlendModeToAverageIntensity () |
| void | SetBlendModeToAdditive () |
| virtual void | SetAverageIPScalarRange (double, double) |
| Set/Get the scalar range to be considered for average intensity projection blend mode. More... | |
| void | SetAverageIPScalarRange (double[2]) |
| virtual double * | GetAverageIPScalarRange () |
| virtual void | GetAverageIPScalarRange (double data[2]) |
| virtual void | CroppingOn () |
| virtual void | CroppingOff () |
| virtual void | SetCroppingRegionPlanes (double[6]) |
| virtual void | GetCroppingRegionPlanes (double data[6]) |
| virtual double * | GetVoxelCroppingRegionPlanes () |
| Get the cropping region planes in voxels. More... | |
| virtual void | GetVoxelCroppingRegionPlanes (double data[6]) |
| void | SetCroppingRegionFlagsToSubVolume () |
| void | SetCroppingRegionFlagsToFence () |
| void | SetCroppingRegionFlagsToInvertedFence () |
| void | SetCroppingRegionFlagsToCross () |
| void | SetCroppingRegionFlagsToInvertedCross () |
Public Member Functions inherited from vtkAbstractVolumeMapper | |
| vtkAbstractVolumeMapper * | NewInstance () const |
| vtkDataSet * | GetDataSetInput () |
| Set/Get the input data. More... | |
| vtkDataObject * | GetDataObjectInput () |
| virtual int | GetScalarMode () |
| void | SetScalarModeToDefault () |
| void | SetScalarModeToUsePointData () |
| void | SetScalarModeToUseCellData () |
| void | SetScalarModeToUsePointFieldData () |
| void | SetScalarModeToUseCellFieldData () |
| const char * | GetScalarModeAsString () |
| Return the method for obtaining scalar data. More... | |
| virtual float | GetGradientMagnitudeScale () |
| WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE. More... | |
| virtual float | GetGradientMagnitudeBias () |
| virtual float | GetGradientMagnitudeScale (int) |
| virtual float | GetGradientMagnitudeBias (int) |
Public Member Functions inherited from vtkAbstractMapper3D | |
| vtkAbstractMapper3D * | NewInstance () const |
| double * | GetCenter () |
| Return the Center of this mapper's data. More... | |
| void | GetCenter (double center[3]) |
| double | GetLength () |
| Return the diagonal length of this mappers bounding box. 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... | |
| void | GetClippingPlaneInDataCoords (vtkMatrix4x4 *propMatrix, int i, double planeEquation[4]) |
| Get the ith clipping plane as a homogeneous plane equation. More... | |
| int | GetNumberOfClippingPlanes () |
| Get the number of clipping planes. More... | |
Public Member Functions inherited from vtkAbstractMapper | |
| vtkAbstractMapper * | NewInstance () const |
| virtual vtkMTimeType | 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... | |
| void | AddClippingPlane (vtkPlane *plane) |
| Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). More... | |
| void | RemoveClippingPlane (vtkPlane *plane) |
| void | RemoveAllClippingPlanes () |
| virtual void | SetClippingPlanes (vtkPlaneCollection *) |
| Get/Set the vtkPlaneCollection which specifies the clipping planes. More... | |
| virtual vtkPlaneCollection * | GetClippingPlanes () |
| 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... | |
Public Member Functions inherited from vtkAlgorithm | |
| vtkAlgorithm * | NewInstance () const |
| int | HasExecutive () |
| Check whether this algorithm has an assigned executive. More... | |
| vtkExecutive * | GetExecutive () |
| Get this algorithm's executive. More... | |
| virtual void | SetExecutive (vtkExecutive *executive) |
| Set this algorithm's executive. More... | |
| virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
| Upstream/Downstream requests form the generalized interface through which executives invoke a algorithm's functionality. More... | |
| int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
| Version of ProcessRequest() that is wrapped. More... | |
| virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime) |
| A special version of ProcessRequest meant specifically for the pipeline modified time request. 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. More... | |
| vtkInformation * | GetInputPortInformation (int port) |
| Get the information object associated with an input port. More... | |
| vtkInformation * | GetOutputPortInformation (int port) |
| Get the information object associated with an output port. More... | |
| virtual vtkInformation * | GetInformation () |
| Set/Get the information object associated with this algorithm. More... | |
| virtual void | SetInformation (vtkInformation *) |
| 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... | |
| void | Register (vtkObjectBase *o) override |
| Participate in garbage collection. More... | |
| void | UnRegister (vtkObjectBase *o) override |
| Decrease the reference count (release by another object). More... | |
| virtual void | SetAbortExecute (int) |
| Set/Get the AbortExecute flag for the process object. More... | |
| virtual int | GetAbortExecute () |
| virtual void | AbortExecuteOn () |
| virtual void | AbortExecuteOff () |
| virtual void | SetProgress (double) |
| Set/Get the execution progress of a process object. More... | |
| virtual double | GetProgress () |
| void | UpdateProgress (double amount) |
| Update the progress of the process object. More... | |
| void | SetProgressText (const char *ptext) |
| Set the current text message associated with the progress state. More... | |
| virtual char * | GetProgressText () |
| virtual unsigned long | GetErrorCode () |
| The error code contains a possible error that occurred while reading or writing the file. More... | |
| virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
| Set the input data arrays that this algorithm will process. More... | |
| virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
| virtual void | SetInputArrayToProcess (int idx, vtkInformation *info) |
| virtual void | SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName) |
| String based versions of SetInputArrayToProcess(). More... | |
| vtkInformation * | GetInputArrayInformation (int idx) |
| Get the info object for the specified input array to this algorithm. More... | |
| void | RemoveAllInputs () |
| Remove all the input data. More... | |
| vtkDataObject * | GetOutputDataObject (int port) |
| Get the data object that will contain the algorithm output for the given 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... | |
| virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
| Add a connection to the given input port index. More... | |
| virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
| virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
| Remove a connection from the given input port index. More... | |
| virtual void | RemoveInputConnection (int port, int idx) |
| Remove a connection given by index idx. More... | |
| virtual void | RemoveAllInputConnections (int port) |
| Removes all input connections. More... | |
| virtual void | SetInputDataObject (int port, vtkDataObject *data) |
| Sets the data-object as an input on the given port index. More... | |
| virtual void | SetInputDataObject (vtkDataObject *data) |
| virtual void | AddInputDataObject (int port, vtkDataObject *data) |
| Add the data-object as an input to this given port. More... | |
| virtual void | AddInputDataObject (vtkDataObject *data) |
| vtkAlgorithmOutput * | GetOutputPort (int index) |
| Get a proxy object corresponding to the given output port of this algorithm. More... | |
| vtkAlgorithmOutput * | GetOutputPort () |
| int | GetNumberOfInputConnections (int port) |
| Get the number of inputs currently connected to a port. More... | |
| int | GetTotalNumberOfInputConnections () |
| Get the total number of inputs for this algorithm. More... | |
| vtkAlgorithmOutput * | GetInputConnection (int port, int index) |
| Get the algorithm output port connected to an input port. More... | |
| vtkAlgorithm * | GetInputAlgorithm (int port, int index, int &algPort) |
| Returns the algorithm and the output port index of that algorithm connected to a port-index pair. More... | |
| vtkAlgorithm * | GetInputAlgorithm (int port, int index) |
| Returns the algorithm connected to a port-index pair. More... | |
| vtkAlgorithm * | GetInputAlgorithm () |
| Equivalent to GetInputAlgorithm(0, 0). More... | |
| vtkExecutive * | GetInputExecutive (int port, int index) |
| Returns the executive associated with a particular input connection. More... | |
| vtkExecutive * | GetInputExecutive () |
| Equivalent to GetInputExecutive(0, 0) More... | |
| vtkInformation * | GetInputInformation (int port, int index) |
| Return the information object that is associated with a particular input connection. More... | |
| vtkInformation * | GetInputInformation () |
| Equivalent to GetInputInformation(0, 0) More... | |
| vtkInformation * | GetOutputInformation (int port) |
| Return the information object that is associated with a particular output port. More... | |
| virtual void | Update (int port) |
| Bring this algorithm's outputs up-to-date. More... | |
| virtual void | Update () |
| virtual int | Update (int port, vtkInformationVector *requests) |
| This method enables the passing of data requests to the algorithm to be used during execution (in addition to bringing a particular port up-to-date). More... | |
| virtual int | Update (vtkInformation *requests) |
| Convenience method to update an algorithm after passing requests to its first output port. More... | |
| virtual int | UpdatePiece (int piece, int numPieces, int ghostLevels, const int extents[6]=0) |
| Convenience method to update an algorithm after passing requests to its first output port. More... | |
| virtual int | UpdateExtent (const int extents[6]) |
| Convenience method to update an algorithm after passing requests to its first output port. More... | |
| virtual int | UpdateTimeStep (double time, int piece=-1, int numPieces=1, int ghostLevels=0, const int extents[6]=0) |
| Convenience method to update an algorithm after passing requests to its first output port. More... | |
| virtual void | UpdateInformation () |
| Bring the algorithm's information up-to-date. More... | |
| virtual void | UpdateDataObject () |
| Create output object(s). More... | |
| virtual void | PropagateUpdateExtent () |
| Propagate meta-data upstream. More... | |
| virtual void | UpdateWholeExtent () |
| Bring this algorithm's outputs up-to-date. More... | |
| void | ConvertTotalInputToPortConnection (int ind, int &port, int &conn) |
| Convenience routine to convert from a linear ordering of input connections to a port/connection pair. More... | |
| virtual void | SetReleaseDataFlag (int) |
| Turn release data flag on or off for all output ports. More... | |
| virtual int | GetReleaseDataFlag () |
| void | ReleaseDataFlagOn () |
| void | ReleaseDataFlagOff () |
| int | UpdateExtentIsEmpty (vtkInformation *pinfo, 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. More... | |
| int | UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType) |
| int | SetUpdateExtentToWholeExtent (int port) |
| If the whole output extent is required, this method can be called to set the output update extent to the whole extent. More... | |
| int | SetUpdateExtentToWholeExtent () |
| Convenience function equivalent to SetUpdateExtentToWholeExtent(0) This method assumes that the whole extent is known (that UpdateInformation has been called). More... | |
| void | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
| Set the output update extent in terms of piece and ghost levels. More... | |
| void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
| Convenience function equivalent to SetUpdateExtent(0, piece, numPieces, ghostLevel) More... | |
| void | SetUpdateExtent (int port, int extent[6]) |
| Set the output update extent for data objects that use 3D extents. More... | |
| void | SetUpdateExtent (int extent[6]) |
| Convenience function equivalent to SetUpdateExtent(0, extent) More... | |
| int * | GetUpdateExtent () |
| These functions return the update extent for output ports that use 3D extents. More... | |
| int * | GetUpdateExtent (int port) |
| void | GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
| void | GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
| void | GetUpdateExtent (int extent[6]) |
| void | GetUpdateExtent (int port, int extent[6]) |
| int | GetUpdatePiece () |
| These functions return the update extent for output ports that use piece extents. More... | |
| int | GetUpdatePiece (int port) |
| int | GetUpdateNumberOfPieces () |
| int | GetUpdateNumberOfPieces (int port) |
| int | GetUpdateGhostLevel () |
| int | GetUpdateGhostLevel (int port) |
| void | SetProgressObserver (vtkProgressObserver *) |
| If an ProgressObserver is set, the algorithm will report progress through it rather than directly. More... | |
| virtual vtkProgressObserver * | GetProgressObserver () |
Public Member Functions inherited from vtkObject | |
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) | |
| virtual void | DebugOn () |
| Turn debugging output on. More... | |
| virtual void | DebugOff () |
| Turn debugging output off. More... | |
| bool | GetDebug () |
| Get the value of the debug flag. More... | |
| void | SetDebug (bool debugFlag) |
| Set the value of the debug flag. More... | |
| virtual void | Modified () |
| Update the modification time for this object. More... | |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| Allow people to add/remove/invoke observers (callbacks) to any VTK object. More... | |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| vtkCommand * | GetCommand (unsigned long tag) |
| void | RemoveObserver (vtkCommand *) |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| void | RemoveObservers (const char *event, vtkCommand *) |
| int | HasObserver (unsigned long event, vtkCommand *) |
| int | HasObserver (const char *event, vtkCommand *) |
| void | RemoveObserver (unsigned long tag) |
| void | RemoveObservers (unsigned long event) |
| void | RemoveObservers (const char *event) |
| void | RemoveAllObservers () |
| int | HasObserver (unsigned long event) |
| int | HasObserver (const char *event) |
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| Overloads to AddObserver that allow developers to add class member functions as callbacks for events. More... | |
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| Allow user to set the AbortFlagOn() with the return value of the callback method. More... | |
| int | InvokeEvent (unsigned long event, void *callData) |
| This method invokes an event and return whether the event was aborted or not. More... | |
| int | InvokeEvent (const char *event, void *callData) |
| int | InvokeEvent (unsigned long event) |
| int | InvokeEvent (const char *event) |
Public Member Functions inherited from vtkObjectBase | |
| const char * | GetClassName () const |
| Return the class name as a string. More... | |
| virtual void | Delete () |
| Delete a VTK object. More... | |
| virtual void | FastDelete () |
| Delete a reference to this object. More... | |
| void | InitializeObjectBase () |
| void | Print (ostream &os) |
| Print an object to an ostream. More... | |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| int | GetReferenceCount () |
| Return the current reference count of this object. More... | |
| void | SetReferenceCount (int) |
| Sets the reference count. More... | |
| void | PrintRevisions (ostream &) |
| Legacy. More... | |
Static Public Member Functions | |
| static vtkAMRVolumeMapper * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkAMRVolumeMapper * | SafeDownCast (vtkObjectBase *o) |
| static bool | ComputeResamplerBoundsFrustumMethod (vtkCamera *camera, vtkRenderer *renderer, const double data_bounds[6], double out_bounds[6]) |
| Utility method used by UpdateResamplerFrustrumMethod() to compute the bounds. More... | |
Static Public Member Functions inherited from vtkVolumeMapper | |
| static int | IsTypeOf (const char *type) |
| static vtkVolumeMapper * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkAbstractVolumeMapper | |
| static int | IsTypeOf (const char *type) |
| static vtkAbstractVolumeMapper * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkAbstractMapper3D | |
| static int | IsTypeOf (const char *type) |
| static vtkAbstractMapper3D * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkAbstractMapper | |
| static int | IsTypeOf (const char *type) |
| static vtkAbstractMapper * | SafeDownCast (vtkObjectBase *o) |
| static vtkDataArray * | GetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag) |
| Internal helper function for getting the active scalars. More... | |
| static vtkAbstractArray * | GetAbstractScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag) |
| Internal helper function for getting the active scalars as an abstract array. More... | |
Static Public Member Functions inherited from vtkAlgorithm | |
| static vtkAlgorithm * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkAlgorithm * | SafeDownCast (vtkObjectBase *o) |
| static vtkInformationIntegerKey * | INPUT_IS_OPTIONAL () |
| Keys used to specify input port requirements. More... | |
| static vtkInformationIntegerKey * | INPUT_IS_REPEATABLE () |
| static vtkInformationInformationVectorKey * | INPUT_REQUIRED_FIELDS () |
| static vtkInformationStringVectorKey * | INPUT_REQUIRED_DATA_TYPE () |
| static vtkInformationInformationVectorKey * | INPUT_ARRAYS_TO_PROCESS () |
| static vtkInformationIntegerKey * | INPUT_PORT () |
| static vtkInformationIntegerKey * | INPUT_CONNECTION () |
| static vtkInformationIntegerKey * | CAN_PRODUCE_SUB_EXTENT () |
| This key tells the executive that a particular output port is capable of producing an arbitrary subextent of the whole extent. More... | |
| static vtkInformationIntegerKey * | CAN_HANDLE_PIECE_REQUEST () |
| Key that tells the pipeline that a particular algorithm can or cannot handle piece request. More... | |
| static void | SetDefaultExecutivePrototype (vtkExecutive *proto) |
| If the DefaultExecutivePrototype is set, a copy of it is created in CreateDefaultExecutive() using NewInstance(). More... | |
Static Public Member Functions inherited from vtkObject | |
| static vtkObject * | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
| static void | BreakOnError () |
| This method is called when vtkErrorMacro executes. More... | |
| static void | SetGlobalWarningDisplay (int val) |
| This is a global flag that controls whether any debug, warning or error messages are displayed. More... | |
| static void | GlobalWarningDisplayOn () |
| static void | GlobalWarningDisplayOff () |
| static int | GetGlobalWarningDisplay () |
Static Public Member Functions inherited from vtkObjectBase | |
| static vtkTypeBool | IsTypeOf (const char *name) |
| Return 1 if this class type is the same type of (or a subclass of) the named class. More... | |
| static vtkObjectBase * | New () |
| Create an object with Debug turned off, modified time initialized to zero, and reference counting on. More... | |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkAMRVolumeMapper () | |
| ~vtkAMRVolumeMapper () | |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| Fill the input port information objects for this algorithm. More... | |
| void | UpdateGrid () |
Protected Member Functions inherited from vtkVolumeMapper | |
| vtkVolumeMapper () | |
| ~vtkVolumeMapper () | |
| double | SpacingAdjustedSampleDistance (double inputSpacing[3], int inputExtent[6]) |
| Compute a sample distance from the data spacing. More... | |
| void | ConvertCroppingRegionPlanesToVoxels () |
Protected Member Functions inherited from vtkAbstractVolumeMapper | |
| vtkAbstractVolumeMapper () | |
| ~vtkAbstractVolumeMapper () | |
Protected Member Functions inherited from vtkAbstractMapper3D | |
| vtkAbstractMapper3D () | |
| ~vtkAbstractMapper3D () | |
Protected Member Functions inherited from vtkAbstractMapper | |
| vtkAbstractMapper () | |
| ~vtkAbstractMapper () | |
Protected Member Functions inherited from vtkAlgorithm | |
| vtkAlgorithm () | |
| ~vtkAlgorithm () override | |
| virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
| Fill the output port information objects for this algorithm. More... | |
| virtual void | SetNumberOfInputPorts (int n) |
| Set the number of input ports used by the algorithm. More... | |
| virtual void | SetNumberOfOutputPorts (int n) |
| Set the number of output ports provided by the algorithm. More... | |
| int | InputPortIndexInRange (int index, const char *action) |
| int | OutputPortIndexInRange (int index, const char *action) |
| int | GetInputArrayAssociation (int idx, vtkInformationVector **inputVector) |
| Get the assocition of the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass. More... | |
| int | GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector) |
| Filters that have multiple connections on one port can use this signature. More... | |
| int | GetInputArrayAssociation (int idx, vtkDataObject *input) |
| vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector) |
| Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass. More... | |
| vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
| vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
| Filters that have multiple connections on one port can use this signature. More... | |
| vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
| vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input) |
| vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input, int &association) |
| vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector) |
| Get the actual data array for the input array specified by idx, this is only reasonable during the REQUEST_DATA pass. More... | |
| vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
| vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
| Filters that have multiple connections on one port can use this signature. More... | |
| vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
| vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input) |
| vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association) |
| vtkInformation * | GetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector) |
| This method takes in an index (as specified in SetInputArrayToProcess) and a pipeline information vector. More... | |
| virtual vtkExecutive * | CreateDefaultExecutive () |
| Create a default executive. More... | |
| virtual void | SetErrorCode (unsigned long) |
| The error code contains a possible error that occurred while reading or writing the file. More... | |
| void | ReportReferences (vtkGarbageCollector *) override |
| virtual void | SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input) |
| Replace the Nth connection on the given input port. More... | |
| virtual void | SetNumberOfInputConnections (int port, int n) |
| Set the number of input connections on the given input port. More... | |
| void | SetInputDataInternal (int port, vtkDataObject *input) |
| These methods are used by subclasses to implement methods to set data objects directly as input. More... | |
| void | AddInputDataInternal (int port, vtkDataObject *input) |
Protected Member Functions inherited from vtkObject | |
| vtkObject () | |
| ~vtkObject () override | |
| void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
| void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) override |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| These methods allow a command to exclusively grab all events. More... | |
| void | InternalReleaseFocus () |
Protected Member Functions inherited from vtkObjectBase | |
| vtkObjectBase () | |
| virtual | ~vtkObjectBase () |
| virtual void | CollectRevisions (ostream &) |
| vtkObjectBase (const vtkObjectBase &) | |
| void | operator= (const vtkObjectBase &) |
Additional Inherited Members | |
Public Attributes inherited from vtkAlgorithm | |
| int | AbortExecute |
Static Protected Member Functions inherited from vtkAlgorithm | |
| static vtkInformationIntegerKey * | PORT_REQUIREMENTS_FILLED () |
Static Protected Attributes inherited from vtkAlgorithm | |
| static vtkExecutive * | DefaultExecutivePrototype |
AMR class for a volume mapper.
vtkAMRVolumeMapper is the definition of a volume mapper. for AMR Structured Data
Definition at line 40 of file vtkAMRVolumeMapper.h.
Definition at line 44 of file vtkAMRVolumeMapper.h.
| anonymous enum |
| Enumerator | |
|---|---|
| DefaultRenderMode | |
| RayCastAndTextureRenderMode | |
| RayCastRenderMode | |
| TextureRenderMode | |
| GPURenderMode | |
| UndefinedRenderMode | |
| InvalidRenderMode | |
Definition at line 161 of file vtkAMRVolumeMapper.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class.
Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkVolumeMapper.
|
static |
|
protectedvirtual |
Reimplemented from vtkVolumeMapper.
| vtkAMRVolumeMapper* vtkAMRVolumeMapper::NewInstance | ( | ) | const |
|
virtual |
Methods invoked by print to print information about the object including superclasses.
Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkVolumeMapper.
|
virtual |
Set the input data.
Reimplemented from vtkVolumeMapper.
|
virtual |
Reimplemented from vtkVolumeMapper.
|
virtual |
|
virtual |
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().
The input for the connection is the output port of another filter, which is obtained with GetOutputPort(). Typical usage is
filter2->SetInputConnection(0, filter1->GetOutputPort(0)).
Reimplemented from vtkAlgorithm.
|
inlinevirtual |
Reimplemented from vtkAlgorithm.
Definition at line 55 of file vtkAMRVolumeMapper.h.
|
virtual |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
Reimplemented from vtkAbstractVolumeMapper.
|
inlinevirtual |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
Reimplemented from vtkAbstractVolumeMapper.
Definition at line 65 of file vtkAMRVolumeMapper.h.
|
virtual |
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.
Reimplemented from vtkAbstractVolumeMapper.
|
virtual |
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.
Reimplemented from vtkVolumeMapper.
|
virtual |
Reimplemented from vtkVolumeMapper.
|
virtual |
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.
Reimplemented from vtkAbstractVolumeMapper.
|
virtual |
Reimplemented from vtkAbstractVolumeMapper.
|
virtual |
Get the array name or number and component to use for rendering.
Reimplemented from vtkAbstractVolumeMapper.
|
virtual |
Reimplemented from vtkAbstractVolumeMapper.
|
virtual |
Reimplemented from vtkAbstractVolumeMapper.
| const char* vtkAMRVolumeMapper::GetScalarModeAsString | ( | ) |
Return the method for obtaining scalar data.
|
virtual |
Turn On/Off orthogonal cropping.
(Clipping planes are perpendicular to the coordinate axes.)
Reimplemented from vtkVolumeMapper.
|
virtual |
Reimplemented from vtkVolumeMapper.
|
virtual |
Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in volume coordinates - spacing and origin are considered.
Reimplemented from vtkVolumeMapper.
|
inlinevirtual |
Definition at line 137 of file vtkAMRVolumeMapper.h.
|
virtual |
|
virtual |
Reimplemented from vtkVolumeMapper.
|
virtual |
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.
Reimplemented from vtkVolumeMapper.
|
virtual |
Reimplemented from vtkVolumeMapper.
| void vtkAMRVolumeMapper::SetRequestedRenderMode | ( | int | mode | ) |
Set the requested render mode.
The default is vtkSmartVolumeMapper::DefaultRenderMode.
| int vtkAMRVolumeMapper::GetRequestedRenderMode | ( | ) |
|
inline |
Set the requested render mode to vtkAMRVolumeMapper::DefaultRenderMode.
This is the best option for an application that must adapt to different data types, hardware, and rendering parameters.
Definition at line 186 of file vtkAMRVolumeMapper.h.
|
inline |
Set the requested render mode to vtkAMRVolumeMapper::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.
Definition at line 196 of file vtkAMRVolumeMapper.h.
|
inline |
Set the requested render mode to vtkAMRVolumeMapper::RayCastRenderMode.
This option will use software rendering exclusively. This is a good option if you know there is no hardware acceleration.
Definition at line 204 of file vtkAMRVolumeMapper.h.
|
inline |
Set the requested render mode to vtkAMRVolumeMapper::TextureRenderMode.
This is a good option if you want to use 3D texture mapping, if available, for interactive rendering.
Definition at line 213 of file vtkAMRVolumeMapper.h.
|
inline |
Set the requested render mode to vtkAMRVolumeMapper::GPURenderMode.
This will do the volume rendering on the GPU
Definition at line 221 of file vtkAMRVolumeMapper.h.
| void vtkAMRVolumeMapper::SetInterpolationMode | ( | int | mode | ) |
Set interpolation mode for downsampling (lowres GPU) (initial value: cubic).
| int vtkAMRVolumeMapper::GetInterpolationMode | ( | ) |
|
inline |
Definition at line 233 of file vtkAMRVolumeMapper.h.
|
inline |
Definition at line 236 of file vtkAMRVolumeMapper.h.
|
inline |
Definition at line 239 of file vtkAMRVolumeMapper.h.
Set/Get the number of samples/cells along the i/j/k directions.
The default is 128x128x128
|
virtual |
|
virtual |
|
virtual |
|
virtual |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Render the volume.
Implements vtkVolumeMapper.
|
virtual |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being consumed by this mapper.
The parameter window could be used to determine which graphic resources to release.
Reimplemented from vtkVolumeMapper.
| void vtkAMRVolumeMapper::ProcessUpdateExtentRequest | ( | vtkRenderer * | renderer, |
| vtkInformation * | info, | ||
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) |
| void vtkAMRVolumeMapper::ProcessInformationRequest | ( | vtkRenderer * | renderer, |
| vtkInformation * | info, | ||
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) |
| void vtkAMRVolumeMapper::UpdateResampler | ( | vtkRenderer * | ren, |
| vtkOverlappingAMR * | amr | ||
| ) |
| void vtkAMRVolumeMapper::UpdateResamplerFrustrumMethod | ( | vtkRenderer * | ren, |
| vtkOverlappingAMR * | amr | ||
| ) |
|
virtual |
Select the type of resampling techinque approach to use.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Sets/Gets the tolerance used to determine if the resampler needs to be updated.
Default is 10e-8
|
virtual |
|
virtual |
Sets/Gets a flag that indicates the internal volume mapper should use the default number of threads.
This is useful in applications such as ParaView that will turn off multiple threads by default. Default is false
|
virtual |
|
static |
Utility method used by UpdateResamplerFrustrumMethod() to compute the bounds.
|
protectedvirtual |
Fill the input port information objects for this algorithm.
This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkVolumeMapper.
|
protected |
|
protected |
Definition at line 320 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 321 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 322 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 323 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 324 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 327 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 328 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 329 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 333 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 334 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 338 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 339 of file vtkAMRVolumeMapper.h.
|
protected |
Definition at line 340 of file vtkAMRVolumeMapper.h.