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

parallel aware vtkResourceFileLocator More...

#include <vtkPResourceFileLocator.h>

Inherits vtkResourceFileLocator.

Public Types

typedef vtkResourceFileLocator Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
std::string Locate (const std::string &anchor, const std::vector< std::string > &landmark_prefixes, const std::string &landmark, const std::string &defaultDir=std::string()) override
 

Static Public Member Functions

static vtkPResourceFileLocatorNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPResourceFileLocatorSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPResourceFileLocator ()
 
 ~vtkPResourceFileLocator () override
 

Detailed Description

parallel aware vtkResourceFileLocator

vtkPResourceFileLocator extends vtkResourceFileLocator to support distributed use-cases.

vtkResourceFileLocator supports API to locate files on disk. When running in parallel, we don't want to the lookup to happen on all ranks, only the root node and the result to be shared with all ranks. vtkPResourceFileLocator overrides superclass API to handle that.

Definition at line 22 of file vtkPResourceFileLocator.h.

Member Typedef Documentation

◆ Superclass

typedef vtkResourceFileLocator vtkPResourceFileLocator::Superclass

Definition at line 26 of file vtkPResourceFileLocator.h.

Constructor & Destructor Documentation

◆ vtkPResourceFileLocator()

vtkPResourceFileLocator::vtkPResourceFileLocator ( )
protected

◆ ~vtkPResourceFileLocator()

vtkPResourceFileLocator::~vtkPResourceFileLocator ( )
overrideprotected

Member Function Documentation

◆ New()

static vtkPResourceFileLocator* vtkPResourceFileLocator::New ( )
static

◆ GetClassName()

virtual const char* vtkPResourceFileLocator::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

void vtkPResourceFileLocator::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ Locate()

std::string vtkPResourceFileLocator::Locate ( const std::string anchor,
const std::vector< std::string > &  landmark_prefixes,
const std::string landmark,
const std::string defaultDir = std::string() 
)
override

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