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