Go to the documentation of this file.
20 #ifndef vtkPVProminentValuesInformation_h
21 #define vtkPVProminentValuesInformation_h
24 #include "vtkRemotingViewsModule.h"
43 vtkSetMacro(PortNumber,
int);
44 vtkGetMacro(PortNumber,
int);
51 vtkSetStringMacro(FieldAssociation);
52 vtkGetStringMacro(FieldAssociation);
59 vtkSetStringMacro(FieldName);
60 vtkGetStringMacro(FieldName);
67 void SetNumberOfComponents(
int numComps);
68 vtkGetMacro(NumberOfComponents,
int);
79 vtkSetClampMacro(Fraction,
double, 0., 1.);
80 vtkGetMacro(Fraction,
double);
89 vtkSetClampMacro(Uncertainty,
double, 0., 1.);
90 vtkGetMacro(Uncertainty,
double);
102 vtkSetMacro(Force,
bool);
103 vtkGetMacro(Force,
bool);
111 vtkGetMacro(Valid,
bool);
163 void InitializeParameters();
209 class vtkInternalDistinctValues;
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
Store messages for the interpreter.