Go to the documentation of this file.
26 #ifndef vtkAMRVolumeMapper_h
27 #define vtkAMRVolumeMapper_h
29 #include "vtkRenderingVolumeAMRModule.h"
136 double arg4,
double arg5,
double arg6);
139 planes[0],planes[1],planes[2],
140 planes[3],planes[4],planes[5]);}
177 void SetRequestedRenderMode(
int mode);
178 int GetRequestedRenderMode();
229 void SetInterpolationMode(
int mode);
230 int GetInterpolationMode();
247 vtkSetVector3Macro(NumberOfSamples,
int);
248 vtkGetVector3Macro(NumberOfSamples,
int);
280 vtkGetMacro(RequestedResamplingMode,
int);
282 vtkGetMacro(FreezeFocalPoint,
bool);
291 vtkGetMacro(ResamplerUpdateTolerance,
double);
301 vtkGetMacro(UseDefaultThreading,
bool);
308 static bool ComputeResamplerBoundsFrustumMethod(
310 const double data_bounds[6],
double out_bounds[6]);
323 int NumberOfSamples[3];
333 double LastFocalPointPosition[3];
virtual char * GetArrayName()
Get the array name or number and component to use for rendering.
Abstract class for a volume mapper.
virtual void SetInputConnection(vtkAlgorithmOutput *input)
virtual void SetCroppingRegionFlags(int)
Set the flags for the cropping regions.
virtual int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkSmartVolumeMapper * InternalMapper
represents a volume (data & properties) in a rendered scene
double ResamplerUpdateTolerance
const char * GetScalarModeAsString()
Return the method for obtaining scalar data.
double LastPostionFPDistance
virtual void SetCroppingRegionPlanes(double *planes)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int RequestedResamplingMode
virtual int GetBlendMode()
virtual void SetCroppingRegionPlanes(double, double, double, double, double, double)
Set/Get the Cropping Region Planes ( xmin, xmax, ymin, ymax, zmin, zmax ) These planes are defined in...
void SetRequestedRenderModeToDefault()
Set the requested render mode to vtkAMRVolumeMapper::DefaultRenderMode.
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
virtual int GetArrayAccessMode()
virtual void SetCropping(int)
Turn On/Off orthogonal cropping.
virtual void SetScalarMode(int)
Control how the mapper works with scalar point data and cell attribute data.
void SetInterpolationModeToNearestNeighbor()
window superclass for vtkRenderWindow
virtual void GetBounds(double bounds[6])
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).
void SetInterpolationModeToCubic()
void UpdateGrid(const int iteration)
virtual int GetCropping()
virtual void SetBlendMode(int)
Set/Get the blend mode.
#define VTK_RESLICE_CUBIC
topologically and geometrically regular array of data
a simple class to control print indentation
virtual void Render(vtkRenderer *ren, vtkVolume *vol)=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
a virtual camera for 3D rendering
bool GridNeedsToBeUpdated
#define VTK_RESLICE_NEAREST
void SetInterpolationModeToLinear()
hierarchical dataset of vtkUniformGrids
void SetRequestedRenderModeToRayCast()
Set the requested render mode to vtkAMRVolumeMapper::RayCastRenderMode.
abstract class to specify dataset behavior
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
virtual double * GetBounds()
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax,...
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkAlgorithm * New()
void SetRequestedRenderModeToTexture()
Set the requested render mode to vtkAMRVolumeMapper::TextureRenderMode.
virtual int GetCroppingRegionFlags()
Proxy object to connect input/output ports.
abstract specification for renderers
virtual double * GetCroppingRegionPlanes()
#define VTK_RESLICE_LINEAR
virtual void SelectScalarArray(int arrayNum)
When ScalarMode is set to UsePointFieldData or UseCellFieldData, you can specify which scalar array t...
virtual void SetInputData(vtkImageData *)
Set/Get the input data.
void SetRequestedRenderModeToGPU()
Set the requested render mode to vtkAMRVolumeMapper::GPURenderMode.
AMR class for a volume mapper.
vtkAMRResampleFilter * Resampler
void SetRequestedRenderModeToRayCastAndTexture()
Set the requested render mode to vtkAMRVolumeMapper::RayCastAndTextureRenderMode.