#include <vtkFileTypeMap.h>
Inheritance diagram for vtkFileTypeMap:
Definition at line 34 of file vtkFileTypeMap.h.
Public Member Functions | |
vtkTypeRevisionMacro (vtkFileTypeMap, vtkExtensionsObject) | |
void | PrintSelf (ostream &, vtkIndent) |
void | SetTitle (const char *const &name) |
Set/Get the title of this instance. | |
void | GetTitle (const char *&name) |
void | InsertDefaults (void) |
Insert default associations into the map. | |
vtkstd_bool | FindSuffix (vtkIntnType const &typeValue, const char *&suffix) |
Find the first name in the map associated with the given type . | |
vtkstd_bool | FindNextSuffix (const char *&suffix) |
Find the next name in the map associated with the type specified in a previous call to FindSuffix . | |
void | Clear (void) |
Remove ALL mapped elements. | |
Add methods | |
vtkstd_bool | AddFileType (const char *const &key, vtkIntnType const &fileType, vtkstd_bool const &isFileName=true) |
Add a file type enumeration determined by suffix. | |
vtkstd_bool | AddDataType (const char *const &key, vtkIntnType const &dataType, vtkstd_bool const &isFileName=true) |
Add a value type enumeration determined by suffix. | |
vtkstd_bool | AddDescription (const char *const &key, const char *const &description, vtkstd_bool const &isFileName=true) |
Add a value type enumeration determined by suffix. | |
vtkstd_bool | Add (const char *const &key, vtkIntnType const &fileType, vtkIntnType const &dataType, const char *const &description, vtkstd_bool const &isFileName=true) |
Add a file type enumeration determined by suffix. | |
Find methods | |
vtkstd_bool | FindFileType (const char *const &key, vtkIntnType &fileType, vtkstd_bool const &isFileName=true) |
Get a file type enumeration determined by suffix. | |
vtkstd_bool | FindDataType (vtkIntnType const &fileType, vtkIntnType &dataType) |
Get a data type enumeration determined by file type. | |
vtkstd_bool | FindDataType (const char *const &key, vtkIntnType &dataType, vtkstd_bool const &isFileName=true) |
Get a data type enumeration determined by suffix. | |
vtkstd_bool | FindDescription (vtkIntnType const &fileType, const char *&description) |
Get a type description determined by file type. | |
vtkstd_bool | FindDescription (const char *const &key, const char *&description, vtkstd_bool const &isFileName=true) |
Get a type description determined by suffix. | |
vtkstd_bool | Find (const char *const &key, vtkIntnType &fileType, vtkIntnType &dataType, const char *&description, vtkstd_bool const &isFileName=true) |
Get a file type enumeration determined by suffix. | |
Erase methods | |
vtkstd_bool | EraseFileType (const char *const &key, vtkstd_bool const &isFileName=true) |
Remove a file type enumeration determined by suffix. | |
vtkstd_bool | EraseDataType (const char *const &key, vtkstd_bool const &isFileName=true) |
Remove a data type enumeration determined by suffix. | |
vtkstd_bool | EraseDescription (const char *const &key, vtkstd_bool const &isFileName=true) |
Remove a description determined by suffix. | |
vtkstd_bool | Erase (const char *const &key, vtkstd_bool const &isFileName=true) |
Remove a file type enumeration determined by suffix. | |
Static Public Member Functions | |
vtkFileTypeMap * | New (void) |
Protected Member Functions | |
vtkFileTypeMap (void) | |
~vtkFileTypeMap () |
|
|
|
|
|
Add a file type enumeration determined by suffix.
|
|
Add a value type enumeration determined by suffix.
|
|
Add a value type enumeration determined by suffix.
|
|
Add a file type enumeration determined by suffix.
|
|
Remove ALL mapped elements.
|
|
Remove a file type enumeration determined by suffix.
|
|
Remove a data type enumeration determined by suffix.
|
|
Remove a description determined by suffix.
|
|
Remove a file type enumeration determined by suffix.
|
|
Get a file type enumeration determined by suffix.
|
|
Get a data type enumeration determined by suffix.
|
|
Get a data type enumeration determined by file type.
|
|
Get a type description determined by suffix.
|
|
Get a type description determined by file type.
|
|
Get a file type enumeration determined by suffix.
|
|
Find the next
|
|
Find the first
|
|
|
|
Insert default associations into the map.
|
|
Reimplemented from vtkExtensionsObject. |
|
Reimplemented from vtkExtensionsObject. |
|
Set/Get the title of this instance.
|
|
|