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

Method Demand

IO/Import/vtkVRML.h:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void Demand(int newSize)
123 {
124 this->Reserve(newSize);
125 this->Used = newSize;
126 }
127
128 int Count() const { return this->Used; }
129

Callers 1

vtkVRMLVectorTypeClass · 0.95

Calls 1

ReserveMethod · 0.95

Tested by

no test coverage detected