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

Function SetIdTypeToInt32

IO/XML/vtkXMLWriterBase.h:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 virtual void SetIdType(int);
105 vtkGetMacro(IdType, int);
106 void SetIdTypeToInt32() { this->SetIdType(Int32); }
107 void SetIdTypeToInt64() { this->SetIdType(Int64); }
108 ///@}
109

Callers

nothing calls this directly

Calls 1

SetIdTypeMethod · 0.80

Tested by

no test coverage detected