14 #ifndef vtkSMComparativeAnimationCueProxy_h 15 #define vtkSMComparativeAnimationCueProxy_h 35 void UpdateXRange(
int y,
double minx,
double maxx);
36 void UpdateYRange(
int x,
double miny,
double maxy);
37 void UpdateWholeRange(
double mint,
double maxt);
38 void UpdateValue(
int x,
int y,
double value);
39 void UpdateXRange(
int y,
double* minx,
double* maxx,
unsigned int numvalues);
40 void UpdateYRange(
int x,
double* minx,
double* maxx,
unsigned int numvalues);
41 void UpdateWholeRange(
double* mint,
double* maxt,
unsigned int numValues);
42 void UpdateWholeRange(
double* mint,
double* maxt,
unsigned int numValues,
bool vertical_first);
43 void UpdateValue(
int x,
int y,
double* value,
unsigned int numValues);
44 double* GetValues(
int x,
int y,
int dx,
int dy,
unsigned int& numValues);
45 double GetValue(
int x,
int y,
int dx,
int dy);
46 void UpdateAnimatedValue(
int x,
int y,
int dx,
int dy);
59 return this->Superclass::SaveXMLState(root);
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
cue used for parameter animation by the comparative view.
ValueType GetValue(vtkIdType valueIdx) const
vtkPVXMLElement * SaveXMLState(vtkPVXMLElement *root) override
Saves the state of the proxy.
cue used for parameter animation by the comparative view.
static vtkSMProxy * New()
virtual void CreateVTKObjects()
Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs), this methods instantiates the objects on the server(s)
virtual int LoadXMLState(vtkPVXMLElement *element, vtkSMProxyLocator *locator)
Loads the proxy state from the XML element.
proxy for a VTK object(s) on a server
is used to locate proxies referred to in state xmls while loading state files.
void operator=(const vtkSMProxy &)=delete
vtkSMProxyInternals * Internals
virtual vtkPVXMLElement * SaveXMLState(vtkPVXMLElement *root)
Saves the state of the proxy.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
iterates over the properties of a proxy
UndoElement for ComparativeAnimationCue.