|
ParaView
|
Proxy configuration file meta data. More...
#include <vtkSMProxyConfigurationFileInfo.h>
Public Member Functions | |
| vtkSMProxyConfigurationFileInfo () | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Public Attributes | |
| const char * | FileIdentifier |
| const char * | FileDescription |
| const char * | FileExtension |
Proxy configuration file meta data.
Organizes meta-data that is used by both reader and writer in a single location.
Definition at line 34 of file vtkSMProxyConfigurationFileInfo.h.
| vtkSMProxyConfigurationFileInfo::vtkSMProxyConfigurationFileInfo | ( | ) | [inline] |
Definition at line 37 of file vtkSMProxyConfigurationFileInfo.h.
| void vtkSMProxyConfigurationFileInfo::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [inline] |
Definition at line 44 of file vtkSMProxyConfigurationFileInfo.h.
| const char* vtkSMProxyConfigurationFileInfo::FileIdentifier |
Definition at line 52 of file vtkSMProxyConfigurationFileInfo.h.
| const char* vtkSMProxyConfigurationFileInfo::FileDescription |
Definition at line 53 of file vtkSMProxyConfigurationFileInfo.h.
| const char* vtkSMProxyConfigurationFileInfo::FileExtension |
Definition at line 54 of file vtkSMProxyConfigurationFileInfo.h.
1.7.5.1