Public Member Functions | Public Attributes | List of all members
vtkSMProxyConfigurationFileInfo Class Reference

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
 

Detailed Description

Proxy configuration file meta data.

Organizes meta-data that is used by both reader and writer in a single location.

See also
vtkSMProxyConfigurationReader, vtkSMProxyConfigurationWriter
Thanks:
This class was contributed by SciberQuest Inc.

Definition at line 22 of file vtkSMProxyConfigurationFileInfo.h.

Constructor & Destructor Documentation

◆ vtkSMProxyConfigurationFileInfo()

vtkSMProxyConfigurationFileInfo::vtkSMProxyConfigurationFileInfo ( )
inline

Definition at line 25 of file vtkSMProxyConfigurationFileInfo.h.

Member Function Documentation

◆ PrintSelf()

void vtkSMProxyConfigurationFileInfo::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
inline

Definition at line 32 of file vtkSMProxyConfigurationFileInfo.h.

Member Data Documentation

◆ FileIdentifier

const char* vtkSMProxyConfigurationFileInfo::FileIdentifier

Definition at line 39 of file vtkSMProxyConfigurationFileInfo.h.

◆ FileDescription

const char* vtkSMProxyConfigurationFileInfo::FileDescription

Definition at line 40 of file vtkSMProxyConfigurationFileInfo.h.

◆ FileExtension

const char* vtkSMProxyConfigurationFileInfo::FileExtension

Definition at line 41 of file vtkSMProxyConfigurationFileInfo.h.


The documentation for this class was generated from the following file: