68 #ifndef vtkDepthImageToPointCloud_h 69 #define vtkDepthImageToPointCloud_h 71 #include "vtkRenderingImageModule.h" 115 vtkSetMacro(CullNearPoints,
bool);
116 vtkGetMacro(CullNearPoints,
bool);
117 vtkBooleanMacro(CullNearPoints,
bool);
126 vtkSetMacro(CullFarPoints,
bool);
127 vtkGetMacro(CullFarPoints,
bool);
128 vtkBooleanMacro(CullFarPoints,
bool);
137 vtkSetMacro(ProduceColorScalars,
bool);
138 vtkGetMacro(ProduceColorScalars,
bool);
139 vtkBooleanMacro(ProduceColorScalars,
bool);
149 vtkSetMacro(ProduceVertexCellArray,
bool);
150 vtkGetMacro(ProduceVertexCellArray,
bool);
151 vtkBooleanMacro(ProduceVertexCellArray,
bool);
160 vtkSetMacro(OutputPointsPrecision,
int);
161 vtkGetMacro(OutputPointsPrecision,
int);
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
a virtual camera for 3D rendering
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual vtkMTimeType GetMTime()
Return this object's modified time.
bool ProduceVertexCellArray
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
convert a depth image into a point cloud
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.