draws vtkPistonDataObjects to the screen
More...
#include <vtkPistonMapper.h>
Inherits vtkMapper.
draws vtkPistonDataObjects to the screen
vtkPistonMapper is comparable to vtkDataSetMapper for vtkPistonDataObjects. The important capability it has is to produce images without bringing data back to the CPU.
- Tests:
- vtkPistonMapper (Tests)
Definition at line 39 of file vtkPistonMapper.h.
vtkPistonMapper::vtkPistonMapper |
( |
| ) |
|
|
protected |
vtkPistonMapper::~vtkPistonMapper |
( |
| ) |
|
|
protected |
static int vtkPistonMapper::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPistonMapper::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPistonMapper::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPistonMapper::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
static void vtkPistonMapper::InitCudaGL |
( |
vtkRenderWindow * |
rw | ) |
|
|
static |
Manually call this before any cuda filters are created to use direct GPU rendering.
static bool vtkPistonMapper::IsEnabledCudaGL |
( |
| ) |
|
|
inlinestatic |
Return true if using cuda interop feature otherwise false.
Definition at line 52 of file vtkPistonMapper.h.
A convenience method to reduce code duplication that gets the input as the expected type or NULL.
void vtkPistonMapper::ShallowCopy |
( |
vtkAbstractMapper * |
m | ) |
|
Make a shallow copy of this mapper.
virtual void vtkPistonMapper::Render |
( |
vtkRenderer * |
ren, |
|
|
vtkActor * |
a |
|
) |
| |
|
virtual |
Method initiates the mapping process. Generally sent by the actor as each frame is rendered.
virtual void vtkPistonMapper::ReleaseGraphicsResources |
( |
vtkWindow * |
| ) |
|
|
inlinevirtual |
Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.
Definition at line 72 of file vtkPistonMapper.h.
virtual double* vtkPistonMapper::GetBounds |
( |
| ) |
|
|
virtual |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
virtual void vtkPistonMapper::GetBounds |
( |
double |
bounds[6] | ) |
|
|
inlinevirtual |
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
Definition at line 78 of file vtkPistonMapper.h.
virtual bool vtkPistonMapper::GetSupportsSelection |
( |
| ) |
|
|
inlinevirtual |
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS Used by vtkHardwareSelector to determine if the prop supports hardware selection.
Definition at line 87 of file vtkPistonMapper.h.
virtual void vtkPistonMapper::Update |
( |
| ) |
|
|
virtual |
Bring this algorithm's outputs up-to-date. Overridden to allow specification on streaming piece.
virtual void vtkPistonMapper::SetPiece |
( |
int |
| ) |
|
|
virtual |
If you want only a part of the data, specify by setting the piece.
virtual int vtkPistonMapper::GetPiece |
( |
| ) |
|
|
virtual |
If you want only a part of the data, specify by setting the piece.
virtual void vtkPistonMapper::SetNumberOfPieces |
( |
int |
| ) |
|
|
virtual |
If you want only a part of the data, specify by setting the piece.
virtual int vtkPistonMapper::GetNumberOfPieces |
( |
| ) |
|
|
virtual |
If you want only a part of the data, specify by setting the piece.
virtual void vtkPistonMapper::SetGhostLevel |
( |
int |
| ) |
|
|
virtual |
Set the number of ghost cells to return.
virtual int vtkPistonMapper::GetGhostLevel |
( |
| ) |
|
|
virtual |
Set the number of ghost cells to return.
virtual int vtkPistonMapper::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
Overridden to say that we take in vtkPistonDataObjects
void vtkPistonMapper::RenderOnCPU |
( |
| ) |
|
|
protected |
void vtkPistonMapper::RenderOnGPU |
( |
| ) |
|
|
protected |
void vtkPistonMapper::RenderImageDataOutline |
( |
| ) |
|
|
protected |
int vtkPistonMapper::Piece |
|
protected |
int vtkPistonMapper::NumberOfPieces |
|
protected |
int vtkPistonMapper::GhostLevel |
|
protected |
The documentation for this class was generated from the following file: