|
virtual vtkTypeBool | IsA (const char *type) |
|
vtkDICOMUtilities * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) VTK_DICOM_OVERRIDE |
| Print a summary of the contents of this object.
|
|
unsigned short | GetCIDFromUID (const char *uid) |
| Get the CID from the UID.
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
|
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 *) |
|
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) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | InitializeObjectBase () |
|
void | Print (ostream &os) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
int | GetReferenceCount () |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
|
static vtkDICOMUtilities * | New () |
| VTK new method (for Java and Tcl wrappers)
|
|
static vtkTypeBool | IsTypeOf (const char *type) |
|
static vtkDICOMUtilities * | SafeDownCast (vtkObjectBase *o) |
|
static void | SetUIDPrefix (const char *prefix) |
| Set a UID prefix to use when generating UIDs. More...
|
|
static const char * | GetUIDPrefix () |
|
static std::string | GenerateUID (vtkDICOMTag tag) |
| Generate a UID for the provided tag.
|
|
static void | GenerateUIDs (vtkDICOMTag tag, vtkStringArray *uids) |
| Generate a series of UIDs, sorted from low to high. More...
|
|
static int | CompareUIDs (const char *u1, const char *u2) |
| Numerically compare two UIDs, returns -1, 0, or +1.
|
|
static std::string | GenerateDateTime (const char *zone) |
| Generate a DICOM date time string in the given timezone. More...
|
|
static std::string | GenerateDateTime (long long microsecs, const char *zone) |
| Generate a DICOM date time string from long integer. More...
|
|
static long long | ConvertDateTime (const char *datetime) |
| Convert a DICOM data time string into a long integer. More...
|
|
static long long | GetUniversalTime () |
| Get the current time in microseconds. More...
|
|
static long long | GetUTC (long long *offset) |
| Deprecated method, do not use.
|
|
static bool | IsDICOMFile (const char *filename) |
| Check if the specified file is a DICOM file. More...
|
|
static const char * | GetImplementationClassUID () |
| Get the UID for this DICOM implementation.
|
|
static void | SetImplementationClassUID (const char *uid) |
| Set the UID for this DICOM implementation. More...
|
|
static const char * | GetImplementationVersionName () |
| Get the versioned name for this DICOM implementation.
|
|
static void | SetImplementationVersionName (const char *name) |
| Set the versioned name for this DICOM implementation. More...
|
|
static unsigned int | UnpackUnsignedInt (const unsigned char *cp) |
| Unpack one little-endian int from a stream of bytes. More...
|
|
static void | PackUnsignedInt (unsigned int i, unsigned char *cp) |
| Pack one little-endian int into a stream of bytes. More...
|
|
static bool | PatternMatches (const char *pattern, const char *val) |
| Return true if the pattern matches the given string (utf-8). More...
|
|
static bool | PatternMatches (const char *pattern, size_t pl, const char *val, size_t vl) |
| Match patterns on non-terminated strings.
|
|
static bool | IsValidUTF8 (const char *text, size_t l) |
| Check that a string is valid utf-8. More...
|
|
static const char * | GetUIDName (const char *uid) |
| Get the name associated with the given UID.
|
|
static vtkObject * | New () |
|
static void | BreakOnError () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static vtkTypeBool | IsTypeOf (const char *name) |
|
static vtkObjectBase * | New () |
|
Utility functions for use with DICOM classes.