|
| virtual vtkTypeBool | IsA (const char *type) |
| |
|
vtkDICOMSorter * | NewInstance () const |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) VTK_DICOM_OVERRIDE |
| |
|
int | GetFirstSeriesInStudy (int study) |
| | Get the first series in a particular study.
|
| |
|
int | GetNumberOfSeriesInStudy (int study) |
| | Get the number of series in a particular study.
|
| |
|
vtkDICOMFileSorter * | NewInstance () const |
| |
| void | SetInputFileName (const char *name) |
| | Set one file from the desired series. More...
|
| |
|
const char * | GetInputFileName () |
| |
| void | SetInputFileNames (vtkStringArray *input) |
| | Set a list of file names to group and sort. More...
|
| |
|
vtkStringArray * | GetInputFileNames () |
| |
| virtual void | Update () |
| | Update the information about the files. More...
|
| |
|
int | GetNumberOfSeries () |
| | Get the total number of series that were found.
|
| |
|
int | GetNumberOfStudies () |
| | Get the number of studies that were found.
|
| |
|
int | GetFirstSeriesForStudy (int study) |
| | Get the first series for a particular study.
|
| |
|
int | GetLastSeriesForStudy (int study) |
| | Get the last series (inclusive) for a particular study.
|
| |
|
vtkStringArray * | GetOutputFileNames () |
| | Get the full list of sorted filenames.
|
| |
|
vtkStringArray * | GetFileNamesForSeries (int i) |
| | Get the file names for a specific series.
|
| |
|
unsigned long | GetErrorCode () |
| | Get the error code.
|
| |
|
const char * | GetInternalFileName () |
| | Get the filename associated with the error code.
|
| |
| virtual void | SetRequirePixelData (int) |
| | If this is On, files with no pixel data will be skipped. More...
|
| |
|
virtual void | RequirePixelDataOn () |
| |
|
virtual void | RequirePixelDataOff () |
| |
|
int | GetRequirePixelData () |
| |
|
| 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 &) |
| |
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
| |
|
virtual void | Execute () |
| | Fill the output filename array.
|
| |
|
virtual void | SortFiles (vtkStringArray *input) |
| | Sort the input string array.
|
| |
| void | AddSeriesFileNames (int study, vtkStringArray *files) |
| | Add a sorted series to output. More...
|
| |
|
void | RelayError (vtkObject *o, unsigned long e, void *data) |
| | Description:
|
| |
|
void | SetInternalFileName (const char *fname) |
| | Description:
|
| |
|
void | SetErrorCode (unsigned long e) |
| | Set the error code.
|
| |
|
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
|
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
| |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| |
|
void | InternalReleaseFocus () |
| |
|
virtual void | CollectRevisions (ostream &) |
| |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
| |
|
| vtkObjectBase (const vtkObjectBase &) |
| |
|
void | operator= (const vtkObjectBase &) |
| |
Deprecated class, please use vtkDICOMFileSorter instead.