|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
const char * | GetDescription () override |
|
const char * | GetVTKSourceVersion () override |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
vtkObjectFactory * | NewInstance () const |
|
virtual int | GetNumberOfOverrides () |
|
virtual const char * | GetClassOverrideName (int index) |
|
virtual const char * | GetClassOverrideWithName (int index) |
|
virtual vtkTypeBool | GetEnableFlag (int index) |
|
virtual const char * | GetOverrideDescription (int index) |
|
virtual int | HasOverride (const char *className) |
|
virtual int | HasOverride (const char *className, const char *subclassName) |
|
virtual void | Disable (const char *className) |
|
virtual void | SetEnableFlag (vtkTypeBool flag, const char *className, const char *subclassName) |
|
virtual vtkTypeBool | GetEnableFlag (const char *className, const char *subclassName) |
|
virtual char * | GetLibraryPath () |
|
virtual void | SetEnableFlag (vtkTypeBool flag, const char *className, const char *subclassName) |
|
virtual vtkTypeBool | GetEnableFlag (const char *className, const char *subclassName) |
|
virtual char * | GetLibraryPath () |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
|
static vtkRemotingViewsObjectFactory * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkRemotingViewsObjectFactory * | SafeDownCast (vtkObject *o) |
|
static void | ConstructInstance (const char *vtkclassname) |
|
static void | ReHash () |
|
static void | RegisterFactory (vtkObjectFactory *) |
|
static void | UnRegisterFactory (vtkObjectFactory *) |
|
static void | UnRegisterAllFactories () |
|
static vtkObjectFactoryCollection * | GetRegisteredFactories () |
|
static int | HasOverrideAny (const char *className) |
|
static int | IsTypeOf (const char *type) |
|
static vtkObjectFactory * | SafeDownCast (vtkObjectBase *o) |
|
static VTK_NEWINSTANCE vtkObject * | CreateInstance (const char *vtkclassname, bool isAbstract=false) |
|
static void | CreateAllInstance (const char *vtkclassname, vtkCollection *retList) |
|
static void | GetOverrideInformation (const char *name, vtkOverrideInformationCollection *) |
|
static void | SetAllEnableFlags (vtkTypeBool flag, const char *className) |
|
static void | SetAllEnableFlags (vtkTypeBool flag, const char *className, const char *subclassName) |
|
static VTK_NEWINSTANCE vtkObject * | CreateInstance (const char *vtkclassname, bool isAbstract=false) |
|
static void | CreateAllInstance (const char *vtkclassname, vtkCollection *retList) |
|
static void | GetOverrideInformation (const char *name, vtkOverrideInformationCollection *) |
|
static void | SetAllEnableFlags (vtkTypeBool flag, const char *className) |
|
static void | SetAllEnableFlags (vtkTypeBool flag, const char *className, const char *subclassName) |
|
static vtkObject * | New () |
|
static void | BreakOnError () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static vtkTypeBool | IsTypeOf (const char *name) |
|
static vtkObjectBase * | New () |
|
static vtkObjectBase * | New () |
|