Go to the documentation of this file.
18 #ifndef viskores_filter_mesh_info_GhostCellClassify_h
19 #define viskores_filter_mesh_info_GhostCellClassify_h
58 this->GhostCellName = fieldName;
68 #endif //viskores_filter_mesh_info_GhostCellClassify_h
Determines which cells should be considered ghost cells in a structured data set.
Definition: GhostCellClassify.h:40
GhostCellClassify()
Definition: GhostCellClassify.h:46
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
std::string GhostCellName
Definition: GhostCellClassify.h:43
Base class for all filters.
Definition: Filter.h:171
void SetGhostCellName(const std::string &fieldName)
Set the name of the output field name.
Definition: GhostCellClassify.h:56
const std::string & GetGlobalGhostCellFieldName() noexcept
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
const std::string & GetGhostCellName()
Set the name of the output field name.
Definition: GhostCellClassify.h:61