35 #ifndef vtkResourceFileLocator_h
36 #define vtkResourceFileLocator_h
38 #include "vtkCommonMiscModule.h"
56 vtkSetMacro(LogVerbosity,
int);
57 vtkGetMacro(LogVerbosity,
int);
80 const std::vector<std::string>& landmark_prefixes,
const std::string& landmark,
108 #if defined(_WIN32) && !defined(__CYGWIN__)
109 #define vtkGetLibraryPathForSymbol(function) \
110 vtkResourceFileLocator::GetLibraryPathForSymbolWin32(reinterpret_cast<const void*>(&function))
112 #define vtkGetLibraryPathForSymbol(function) \
113 vtkResourceFileLocator::GetLibraryPathForSymbolUnix(#function)
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
utility to locate resource files.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...