Go to the documentation of this file.
14 #ifndef vtkSMComparativeAnimationCueProxy_h
15 #define vtkSMComparativeAnimationCueProxy_h
17 #include "vtkRemotingViewsModule.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);
static vtkSMProxy * New()
virtual int LoadXMLState(vtkPVXMLElement *element, vtkSMProxyLocator *locator)
Loads the proxy state from the XML element.
virtual void CreateVTKObjects()
Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs),...
cue used for parameter animation by the comparative view.
vtkSMProxyInternals * Internals
vtkPVXMLElement * SaveXMLState(vtkPVXMLElement *root) override
Saves the state of the proxy.
proxy for a VTK object(s) on a server
ValueType GetValue(vtkIdType valueIdx) const
virtual vtkPVXMLElement * SaveXMLState(vtkPVXMLElement *root)
Saves the state of the proxy.
cue used for parameter animation by the comparative view.
void operator=(const vtkSMProxy &)=delete
void PrintSelf(ostream &os, vtkIndent indent) override
is used to locate proxies referred to in state xmls while loading state files.
iterates over the properties of a proxy
UndoElement for ComparativeAnimationCue.