MCPcopy Create free account
hub / github.com/Kitware/VTK / VrmlNodeType

Method VrmlNodeType

IO/Import/vtkVRMLImporter_Yacc.h:326–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324//
325
326inline VrmlNodeType::VrmlNodeType(const char* nm)
327{
328 assert(nm != nullptr);
329 name = static_cast<char*>(vtkVRMLAllocator::AllocateMemory((strlen(nm) + 1) * sizeof(char)));
330 strcpy(name, nm);
331}
332
333inline VrmlNodeType::~VrmlNodeType()
334{

Callers

nothing calls this directly

Calls 2

AllocateMemoryFunction · 0.85
assertFunction · 0.50

Tested by

no test coverage detected