Go to the documentation of this file.
11 #ifndef vtk_m_filter_geometry_refinement_ConvertToPointCloud_h
12 #define vtk_m_filter_geometry_refinement_ConvertToPointCloud_h
21 namespace geometry_refinement
40 bool AssociateFieldsWithCells =
false;
63 #endif //vtk_m_filter_geometry_refinement_ConvertToPointCloud_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Convert a DataSet to a point cloud.
Definition: ConvertToPointCloud.h:38
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
bool GetAssociateFieldsWithCells() const
By default, all the input point fields are kept as point fields in the output.
Definition: ConvertToPointCloud.h:53
#define VTKM_FILTER_GEOMETRY_REFINEMENT_EXPORT
Definition: vtkm_filter_geometry_refinement_export.h:44
Base class for all filters.
Definition: Filter.h:163
#define VTKM_CONT
Definition: ExportMacros.h:57
void SetAssociateFieldsWithCells(bool flag)
By default, all the input point fields are kept as point fields in the output.
Definition: ConvertToPointCloud.h:51