Go to the documentation of this file.
11 #ifndef vtkSMAnimationSceneProxy_h
12 #define vtkSMAnimationSceneProxy_h
14 #include "vtkRemotingAnimationModule.h"
29 virtual bool UpdateAnimationUsingDataTimeSteps();
33 return self ?
self->UpdateAnimationUsingDataTimeSteps() :
false;
42 virtual vtkSMProxy* FindAnimationCue(
vtkSMProxy* animatedProxy,
const char* animatedPropertyName);
47 return self ?
self->FindAnimationCue(animatedProxy, animatedPropertyName) :
nullptr;
73 void OnUpdateStartEndTimesEvent(
vtkObject*,
unsigned long,
void*);
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),...
proxy for a VTK object(s) on a server
void operator=(const vtkSMProxy &)=delete
static vtkSMAnimationSceneProxy * SafeDownCast(vtkObject *o)
void PrintSelf(ostream &os, vtkIndent indent) override
is used to locate proxies referred to in state xmls while loading state files.
static bool UpdateAnimationUsingDataTimeSteps(vtkSMProxy *scene)
Setups the animation scene's playback mode and time-ranges based on the timesteps available on the ti...
static vtkSMProxy * FindAnimationCue(vtkSMProxy *scene, vtkSMProxy *animatedProxy, const char *animatedPropertyName)
Returns the first animation cue (enabled or otherwise) that animates the given property on the proxy.