Go to the documentation of this file.
19 #ifndef viskores_m_filter_contour_MIRFilter_h
20 #define viskores_m_filter_contour_MIRFilter_h
92 std::string OutputFieldName = std::string(
"cellMat");
102 #endif // viskores_m_filter_contour_MIRFilter_h
void SetScalingDecay(viskores::Float64 sc)
Definition: MIRFilter.h:73
std::string id_name
Definition: MIRFilter.h:90
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
std::string len_name
Definition: MIRFilter.h:89
void SetMaxIterations(viskores::IdComponent ma)
Definition: MIRFilter.h:71
std::string GetOutputFieldName()
Gets the output cell-set field name for the filter.
Definition: MIRFilter.h:75
void SetVFWholeSetName(std::string name)
Sets the name of the VF whole-array set field in the dataset passed to the filter.
Definition: MIRFilter.h:69
Base class for all filters.
Definition: Filter.h:171
void SetMaxPercentError(viskores::Float64 ma)
Definition: MIRFilter.h:70
void SetOutputFieldName(std::string name)
Sets the output cell-set field name for the filter.
Definition: MIRFilter.h:77
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
Calculates and subdivides a mesh based on the material interface reconstruction algorithm.
Definition: MIRFilter.h:59
void SetIDWholeSetName(std::string name)
Sets the name of the ID whole-array set field in the dataset passed to the filter.
Definition: MIRFilter.h:67
void SetPositionCellSetName(std::string name)
Sets the name of the offset/position cellset field in the dataset passed to the filter.
Definition: MIRFilter.h:63
std::string pos_name
Definition: MIRFilter.h:88
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:169
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition: Field.h:39
A short fixed-length array.
Definition: Types.h:365
void SetLengthCellSetName(std::string name)
Sets the name of the length cellset field in the dataset passed to the filter.
Definition: MIRFilter.h:65
std::string vf_name
Definition: MIRFilter.h:91
void SetErrorScaling(viskores::Float64 sc)
Definition: MIRFilter.h:72