|
ParaView
|
#include <vtkSIXMLAnimationWriterRepresentationProperty.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSIXMLAnimationWriterRepresentationProperty * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIXMLAnimationWriterRepresentationProperty * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSIXMLAnimationWriterRepresentationProperty () | |
| ~vtkSIXMLAnimationWriterRepresentationProperty () | |
| virtual bool | Push (vtkSMMessage *, int) |
vtkSIXMLAnimationWriterRepresentationProperty extends vtkSIInputProperty to add push-API specific to vtkXMLPVAnimationWriter to add representations while assigning them unique names consistently across all processes.
Definition at line 27 of file vtkSIXMLAnimationWriterRepresentationProperty.h.
| vtkSIXMLAnimationWriterRepresentationProperty::vtkSIXMLAnimationWriterRepresentationProperty | ( | ) | [protected] |
| vtkSIXMLAnimationWriterRepresentationProperty::~vtkSIXMLAnimationWriterRepresentationProperty | ( | ) | [protected] |
| static vtkSIXMLAnimationWriterRepresentationProperty* vtkSIXMLAnimationWriterRepresentationProperty::New | ( | ) | [static] |
Reimplemented from vtkSIInputProperty.
| virtual const char* vtkSIXMLAnimationWriterRepresentationProperty::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSIInputProperty.
| static int vtkSIXMLAnimationWriterRepresentationProperty::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSIInputProperty.
| virtual int vtkSIXMLAnimationWriterRepresentationProperty::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSIInputProperty.
| static vtkSIXMLAnimationWriterRepresentationProperty* vtkSIXMLAnimationWriterRepresentationProperty::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSIInputProperty.
| void vtkSIXMLAnimationWriterRepresentationProperty::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSIInputProperty.
| virtual bool vtkSIXMLAnimationWriterRepresentationProperty::Push | ( | vtkSMMessage * | , |
| int | |||
| ) | [protected, virtual] |
Overridden to call AddRepresentation on the vtkXMLPVAnimationWriter instance with correct API.
Reimplemented from vtkSIInputProperty.
1.7.5.1