23 #ifndef vtkResourceFileLocator_h
24 #define vtkResourceFileLocator_h
26 #include "vtkCommonMiscModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
45 vtkSetMacro(LogVerbosity,
int);
46 vtkGetMacro(LogVerbosity,
int);
69 const std::vector<std::string>& landmark_prefixes,
const std::string& landmark,
97 #if defined(_WIN32) && !defined(__CYGWIN__)
98 #define vtkGetLibraryPathForSymbol(function) \
99 vtkResourceFileLocator::GetLibraryPathForSymbolWin32(reinterpret_cast<const void*>(&function))
101 #define vtkGetLibraryPathForSymbol(function) \
102 vtkResourceFileLocator::GetLibraryPathForSymbolUnix(#function)
105 VTK_ABI_NAMESPACE_END
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...