Go to the documentation of this file.
11 #ifndef vtk_m_filter_uncertainty_ContourUncertainUniformMonteCarlo_h
12 #define vtk_m_filter_uncertainty_ContourUncertainUniformMonteCarlo_h
30 std::string NumberNonzeroProbabilityName =
"num_nonzero_probability";
31 std::string EntropyName =
"entropy";
54 this->SetOutputFieldName(name);
58 return this->GetOutputFieldName();
63 this->NumberNonzeroProbabilityName = name;
67 return this->NumberNonzeroProbabilityName;
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:194
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
Base class for all filters.
Definition: Filter.h:163
@ Points
A field that applies to points.
#define VTKM_CONT
Definition: ExportMacros.h:57
double Float64
Base type to use for 64-bit floating-point numbers.
Definition: Types.h:161
#define VTKM_FILTER_UNCERTAINTY_EXPORT
Definition: vtkm_filter_uncertainty_export.h:44