14 #ifndef vtkPVComparativeAnimationCue_h 15 #define vtkPVComparativeAnimationCue_h 38 void RemoveAnimatedProxy();
45 vtkSetStringMacro(AnimatedPropertyName);
46 vtkGetStringMacro(AnimatedPropertyName);
53 vtkSetStringMacro(AnimatedDomainName);
54 vtkGetStringMacro(AnimatedDomainName);
63 vtkSetMacro(AnimatedElement,
int);
64 vtkGetMacro(AnimatedElement,
int);
71 vtkSetMacro(Enabled,
bool);
72 vtkGetMacro(Enabled,
bool);
73 vtkBooleanMacro(Enabled,
bool);
95 void UpdateXRange(
int y,
double* minx,
double* maxx,
unsigned int numvalues);
96 void UpdateYRange(
int x,
double* minx,
double* maxx,
unsigned int numvalues);
99 this->UpdateWholeRange(mint, maxt, numValues,
false);
101 void UpdateWholeRange(
double* mint,
double* maxt,
unsigned int numValues,
bool vertical_first);
102 void UpdateValue(
int x,
int y,
double*
value,
unsigned int numValues);
110 void UpdateAnimatedValue(
int x,
int y,
int dx,
int dy);
120 unsigned int numValues = 0;
121 double* vals = this->GetValues(x, y, dx, dy, numValues);
134 double* GetValues(
int x,
int y,
int dx,
int dy,
unsigned int& numValues);
165 vtkInternals* Internals;
char * AnimatedPropertyName
#define VTKREMOTINGVIEWS_EXPORT
char * AnimatedDomainName
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void UpdateWholeRange(double *mint, double *maxt, unsigned int numValues)
Use these methods when the parameter can have multiple values eg.
superclass for all SM properties
represents the possible values a property can have
void UpdateYRange(int x, double miny, double maxy)
void UpdateXRange(int y, double minx, double maxx)
Methods use to fill up the values for the parameter over the comparative grid.
cue used for parameter animation by the comparative view.
proxy for a VTK object(s) on a server
double GetValue(int x, int y, int dx, int dy)
Computes the value for a particular location in the comparative grid.
void UpdateWholeRange(double mint, double maxt)
void UpdateValue(int x, int y, double value)
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
vtkSMProxy * AnimatedProxy
void operator=(const vtkObjectBase &)