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

Method value

Utilities/octree/octree/octree_node.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 bool remove_children();
52
53 reference value() { return this->m_data; }
54 reference value() const { return this->m_data; }
55
56 const_octree_node_reference operator[](int child) const;

Callers 7

ReadAsciiFloatMethod · 0.45
ReadAsciiIntMethod · 0.45
ArrayCallbackMethod · 0.45
SliceNumberCallbackMethod · 0.45
SliceLocationCallbackMethod · 0.45
ReturnAsIntegerFunction · 0.45
ReturnAsFloatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected