|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
| 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 vtkSMUtilities * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkSMUtilities * | SafeDownCast (vtkObject *o) |
|
static int | SaveImage (vtkImageData *image, const char *filename, int quality) |
| Save the image to a file. More...
|
|
static int | SaveImage (vtkImageData *image, const char *filename) |
|
static int | SaveImage (vtkImageData *image, const char *filename, const char *writerName) |
| Save the image to a file using a vtkImageWriter subclass given by writerName. More...
|
|
static int | SaveImageOnProcessZero (vtkImageData *image, const char *filename, const char *writerName) |
| Calls SaveImage(image, filename, writerName) only on process 0. More...
|
|
static vtkPoints * | CreateOrbit (const double center[3], const double normal[3], int resolution, const double startPoint[3]) |
| Returns the points an orbit to revolve around the center at a distance of radius in the plane defined by the center and the normal . More...
|
|
static vtkPoints * | CreateOrbit (const double center[3], const double normal[3], double radius, int resolution) |
|
static void | Merge (vtkImageData *dest, vtkImageData *src, int borderWidth=0, const unsigned char *borderColorRGB=nullptr) |
| Convenience method used to merge a smaller image (src ) into a larger one (dest ). More...
|
|
static vtkSmartPointer< vtkImageData > | MergeImages (const std::vector< vtkSmartPointer< vtkImageData >> &images, int borderWidth=0, const unsigned char *borderColorRGB=nullptr) |
| Merges multiple images into a single one and returns that. More...
|
|
static void | FillImage (vtkImageData *image, const int extent[6], const unsigned char rgb[3]) |
| Fill the specified extents in the image with the given color. More...
|
|
static vtkSMObject * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkSMObject * | SafeDownCast (vtkObject *o) |
|
static std::string | CreatePrettyLabel (const std::string &name) |
| Return a well-formated label using provided name by adding spaces between lower cases and upper cases: More...
|
|
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 () |
|
collection of utility methods.
vtkSMUtilities defines a collection of useful static methods.
Definition at line 20 of file vtkSMUtilities.h.