 |
VTK
9.0.1
|
Go to the documentation of this file.
33 #ifndef vtkAbstractHyperTreeGridMapper_h
34 #define vtkAbstractHyperTreeGridMapper_h
37 #include "vtkRenderingCoreModule.h"
76 vtkSetMacro(Scale,
double);
96 vtkGetVectorMacro(ScalarRange,
double, 2);
102 vtkGetVectorMacro(ViewportSize,
int, 2);
164 double ScalarRange[2];
214 int LastRendererSize[2];
219 double LastCameraFocalPoint[3];
int LevelMax
Maximum depth parameter for adaptive view.
void SetInputConnection(int, vtkAlgorithmOutput *) override
Set the connection for the given input port index.
void SetScalarRange(double, double)
Specify range in terms of scalar minimum and maximum.
vtkAbstractHyperTreeGridMapper()
void SetColorMap(vtkScalarsToColors *)
Set/Get the color map attached to this HyperTreeGrid mapper A linear lookup table is provided by defa...
represents a volume (data & properties) in a rendered scene
~vtkAbstractHyperTreeGridMapper() override
vtkMatrix4x4 * ViewToWorldMatrix
void SetInputConnection(vtkAlgorithmOutput *input) override
void SetScalarRange(double *)
double Scale
Scale factor for adaptive view.
bool MustUpdateGrid
Keep track of whether pixelize grid is current.
bool ParallelProjection
Parallel projection parameter for adaptive view.
double LastCameraParallelScale
Last camera parallel scale for adaptive view.
unsigned int Axis1
First axis parameter for adaptive view.
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
abstract superclass for arrays of numeric data
window superclass for vtkRenderWindow
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetInputData(vtkUniformHyperTreeGrid *)
Set/Get the input data or connection.
vtkMatrix4x4 * WorldToViewMatrix
Keep track of coordinate conversion matrices.
vtkMTimeType GetMTime() override
Get the mtime of this object.
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
unsigned int Axis2
Second axis parameter for adaptive view.
vtkScalarsToColors * ColorMap
Color map used only when dimension < 3.
Abstract class for a HyperTreeGrid mapper.
Superclass for mapping scalar values to colors.
vtkDataArray * Scalars
Reference to input scalars.
vtkRenderer * Renderer
Reference to the renderer being used.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
unsigned char * FrameBuffer
Internal frame buffer.
vtkUniformHyperTreeGrid * GetInput()
void Render(vtkRenderer *, vtkVolume *) override=0
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
int FillInputPortInformation(int, vtkInformation *) override
Restrict input type to vtkUniformHyperTreeGrid instances.
Abstract class for a volume mapper.
Proxy object to connect input/output ports.
abstract specification for renderers
dynamic, self-adjusting array of bits
double Radius
Radius parameter for adaptive view.
void SetRenderer(vtkRenderer *)
Set/Get the renderer attached to this HyperTreeGrid mapper.
float * ZBuffer
Internal z-buffer.
unsigned int Orientation
Orientation of input grid when dimension < 3.
int ViewOrientation
Keep track of current view orientation.
vtkTypeUInt32 vtkMTimeType