16 #ifndef vtkParticlePipeline_H 17 #define vtkParticlePipeline_H 20 #include "vtkPVAdaptorsParticleModule.h" 50 vtkSetStringMacro(Filename);
51 vtkGetStringMacro(Filename);
55 vtkSetMacro(ParticleRadius,
double);
56 vtkGetMacro(ParticleRadius,
double);
60 vtkSetMacro(CameraThetaAngle,
double);
61 vtkGetMacro(CameraThetaAngle,
double);
65 vtkSetMacro(CameraPhiAngle,
double);
66 vtkGetMacro(CameraPhiAngle,
double);
71 vtkSetMacro(CameraDistance,
double);
72 vtkGetMacro(CameraDistance,
double);
77 vtkSetVector6Macro(Bounds,
double);
78 vtkGetVectorMacro(Bounds,
double, 6);
82 vtkSetMacro(AttributeMaximum,
double);
83 vtkGetMacro(AttributeMaximum,
double);
84 vtkSetMacro(AttributeMinimum,
double);
85 vtkGetMacro(AttributeMinimum,
double);
vtkSynchronizedRenderers subclass that uses IceT for parallel rendering and compositing.
vtkSynchronizedRenderWindows * syncWin
vtkPolyDataMapper * outlineMapper
void PrintSelf(ostream &os, vtkIndent indent) override
virtual int RequestDataDescription(vtkCPDataDescription *dataDescription)=0
Configuration Step: The coprocessor first determines if any coprocessing needs to be done at this Tim...
vtkGlyph3DMapper * particleMapper
vtkOutlineSource * outline
vtkIceTSynchronizedRenderers * syncRen
vtkTrivialProducer * input
virtual int CoProcess(vtkCPDataDescription *dataDescription)=0
Execute the pipeline. Returns 1 for success and 0 for failure.
Generic interface for operating on pipelines.
vtkWindowToImageFilter * w2i
vtkColorTransferFunction * lut
This class provides the description of the data for the coprocessor pipelines.