| VTK
    9.5.20251031
    | 
#include <vtkTypeName.h>
| Static Public Member Functions | |
| static std::string | value () | 
| static vtkStringToken::Hash | token () | 
| Return an integer hash of the ObjectType's typename. | |
Definition at line 27 of file vtkTypeName.h.
| 
 | inlinestatic | 
Definition at line 29 of file vtkTypeName.h.
| 
 | inlinestatic | 
Return an integer hash of the ObjectType's typename.
This method should become constexpr once VTK allows c++14 extensions, but because MSVC requires so much string manipulation, it is not possible until local variables are allowed in constexpr functions.
Definition at line 96 of file vtkTypeName.h.