VTK  9.5.20251215
vtkResourceFileLocator.h File Reference
#include "vtkCommonMiscModule.h"
#include "vtkDeprecation.h"
#include "vtkObject.h"
#include <string>
#include <vector>
Include dependency graph for vtkResourceFileLocator.h:

Go to the source code of this file.

Classes

class  vtkResourceFileLocator
 utility to locate resource files. More...
 

Macros

#define vtkGetLibraryPathForSymbol(function)
 

Macro Definition Documentation

◆ vtkGetLibraryPathForSymbol

#define vtkGetLibraryPathForSymbol ( function)
Value:
vtkResourceFileLocator::GetLibraryPathForAddress(reinterpret_cast<const void*>(&function))
static std::string GetLibraryPathForAddress(const void *ptr)
Return the path to the library containing the given pointer.

Definition at line 106 of file vtkResourceFileLocator.h.