ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPVMacFileInformationHelper Class Reference

#include <vtkPVMacFileInformationHelper.h>

Inherits vtkObject.

Public Types

typedef vtkObject Superclass
 
typedef std::pair< std::string, std::string > NamePath
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
std::string GetHomeDirectory ()
 
std::vector< NamePathGetMountedVolumes ()
 
std::string GetBundleDirectory ()
 
std::string GetDesktopDirectory ()
 
std::string GetDocumentsDirectory ()
 
std::string GetDownloadsDirectory ()
 

Static Public Member Functions

static vtkPVMacFileInformationHelperNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPVMacFileInformationHelperSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPVMacFileInformationHelper ()
 
virtual ~vtkPVMacFileInformationHelper ()
 

Detailed Description

Definition at line 27 of file vtkPVMacFileInformationHelper.h.

Member Typedef Documentation

§ Superclass

Definition at line 31 of file vtkPVMacFileInformationHelper.h.

§ NamePath

typedef std::pair<std::string, std::string> vtkPVMacFileInformationHelper::NamePath

Definition at line 41 of file vtkPVMacFileInformationHelper.h.

Constructor & Destructor Documentation

§ vtkPVMacFileInformationHelper()

vtkPVMacFileInformationHelper::vtkPVMacFileInformationHelper ( )
protected

§ ~vtkPVMacFileInformationHelper()

virtual vtkPVMacFileInformationHelper::~vtkPVMacFileInformationHelper ( )
protectedvirtual

Member Function Documentation

§ New()

static vtkPVMacFileInformationHelper* vtkPVMacFileInformationHelper::New ( )
static

§ GetClassName()

virtual const char* vtkPVMacFileInformationHelper::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkPVMacFileInformationHelper::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkPVMacFileInformationHelper::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkPVMacFileInformationHelper* vtkPVMacFileInformationHelper::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkPVMacFileInformationHelper::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ GetHomeDirectory()

std::string vtkPVMacFileInformationHelper::GetHomeDirectory ( )

§ GetMountedVolumes()

std::vector<NamePath> vtkPVMacFileInformationHelper::GetMountedVolumes ( )

§ GetBundleDirectory()

std::string vtkPVMacFileInformationHelper::GetBundleDirectory ( )

§ GetDesktopDirectory()

std::string vtkPVMacFileInformationHelper::GetDesktopDirectory ( )

§ GetDocumentsDirectory()

std::string vtkPVMacFileInformationHelper::GetDocumentsDirectory ( )

§ GetDownloadsDirectory()

std::string vtkPVMacFileInformationHelper::GetDownloadsDirectory ( )

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