|
ParaView
|
cue used for parameter animation by the comparative view. More...
#include <vtkSMComparativeAnimationCueProxy.h>


cue used for parameter animation by the comparative view.
vtkSMComparativeAnimationCueProxy is a animation cue used for parameter animation by the vtkSMComparativeViewProxy. It provides a non-conventional API i.e. without using properties to allow the user to setup parameter values over the comparative grid.
Definition at line 32 of file vtkSMComparativeAnimationCueProxy.h.
| vtkSMComparativeAnimationCueProxy::vtkSMComparativeAnimationCueProxy | ( | ) | [protected] |
| vtkSMComparativeAnimationCueProxy::~vtkSMComparativeAnimationCueProxy | ( | ) | [protected] |
| static vtkSMComparativeAnimationCueProxy* vtkSMComparativeAnimationCueProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual const char* vtkSMComparativeAnimationCueProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static int vtkSMComparativeAnimationCueProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual int vtkSMComparativeAnimationCueProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static vtkSMComparativeAnimationCueProxy* vtkSMComparativeAnimationCueProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
| void vtkSMComparativeAnimationCueProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
| void vtkSMComparativeAnimationCueProxy::UpdateXRange | ( | int | y, |
| double * | minx, | ||
| double * | maxx, | ||
| unsigned int | numvalues | ||
| ) |
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
| void vtkSMComparativeAnimationCueProxy::UpdateYRange | ( | int | x, |
| double * | minx, | ||
| double * | maxx, | ||
| unsigned int | numvalues | ||
| ) |
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
| void vtkSMComparativeAnimationCueProxy::UpdateWholeRange | ( | double * | mint, |
| double * | maxt, | ||
| unsigned int | numValues | ||
| ) |
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
| void vtkSMComparativeAnimationCueProxy::UpdateWholeRange | ( | double * | mint, |
| double * | maxt, | ||
| unsigned int | numValues, | ||
| bool | vertical_first | ||
| ) |
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
| void vtkSMComparativeAnimationCueProxy::UpdateValue | ( | int | x, |
| int | y, | ||
| double * | value, | ||
| unsigned int | numValues | ||
| ) |
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
| double* vtkSMComparativeAnimationCueProxy::GetValues | ( | int | x, |
| int | y, | ||
| int | dx, | ||
| int | dy, | ||
| unsigned int & | numValues | ||
| ) |
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
Methods simply forwarded to vtkPVComparativeAnimationCue. Any of these methods changing the state of the proxy, also call this->MarkModified(this).
| virtual vtkPVXMLElement* vtkSMComparativeAnimationCueProxy::SaveXMLState | ( | vtkPVXMLElement * | root | ) | [inline, virtual] |
Saves the state of the proxy. This state can be reloaded to create a new proxy that is identical the present state of this proxy. The resulting proxy's XML hieratchy is returned, in addition if the root argument is not NULL then it's also inserted as a nested element. This call saves all a proxy's properties, including exposed properties and sub-proxies. More control is provided by the following overload.
Reimplemented from vtkSMProxy.
Definition at line 66 of file vtkSMComparativeAnimationCueProxy.h.
| virtual vtkPVXMLElement* vtkSMComparativeAnimationCueProxy::SaveXMLState | ( | vtkPVXMLElement * | root, |
| vtkSMPropertyIterator * | iter | ||
| ) | [virtual] |
The iterator is use to filter the property available on the given proxy
Reimplemented from vtkSMProxy.
| virtual int vtkSMComparativeAnimationCueProxy::LoadXMLState | ( | vtkPVXMLElement * | element, |
| vtkSMProxyLocator * | locator | ||
| ) | [virtual] |
Loads the proxy state from the XML element. Returns 0 on failure. locator is used to locate other proxies that may be referred to in the state XML (which happens in case of properties of type vtkSMProxyProperty or subclasses). If locator is NULL, then such properties are left unchanged.
Reimplemented from vtkSMProxy.
| virtual void vtkSMComparativeAnimationCueProxy::CreateVTKObjects | ( | ) | [protected, virtual] |
Given a class name (by setting VTKClassName) and server ids (by setting ServerIDs), this methods instantiates the objects on the server(s)
Reimplemented from vtkSMProxy.
| vtkPVComparativeAnimationCue* vtkSMComparativeAnimationCueProxy::GetComparativeAnimationCue | ( | ) | [protected] |
friend class vtkSMComparativeAnimationCueUndoElement [friend] |
Definition at line 92 of file vtkSMComparativeAnimationCueProxy.h.
1.7.5.1