Go to the documentation of this file.
71 #ifndef vtkDepthImageToPointCloud_h
72 #define vtkDepthImageToPointCloud_h
74 #include "vtkRenderingImageModule.h"
118 vtkSetMacro(CullNearPoints,
bool);
119 vtkGetMacro(CullNearPoints,
bool);
120 vtkBooleanMacro(CullNearPoints,
bool);
129 vtkSetMacro(CullFarPoints,
bool);
130 vtkGetMacro(CullFarPoints,
bool);
131 vtkBooleanMacro(CullFarPoints,
bool);
140 vtkSetMacro(ProduceColorScalars,
bool);
141 vtkGetMacro(ProduceColorScalars,
bool);
142 vtkBooleanMacro(ProduceColorScalars,
bool);
152 vtkSetMacro(ProduceVertexCellArray,
bool);
153 vtkGetMacro(ProduceVertexCellArray,
bool);
154 vtkBooleanMacro(ProduceVertexCellArray,
bool);
163 vtkSetMacro(OutputPointsPrecision,
int);
164 vtkGetMacro(OutputPointsPrecision,
int);
vtkDepthImageToPointCloud()
vtkMTimeType GetMTime() override
Return the MTime also considering the camera.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int OutputPointsPrecision
~vtkDepthImageToPointCloud() override
void SetCamera(vtkCamera *)
Indicates what camera was used to generate the depth image.
a simple class to control print indentation
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
This is called by the superclass.
a virtual camera for 3D rendering
static vtkDepthImageToPointCloud * New()
Standard instantiation, type and print methods.
convert a depth image into a point cloud
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
bool ProduceVertexCellArray
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.