MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / value

Method value

src/geode/geometry/point.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 template < index_t dimension >
58 double Point< dimension >::value( local_index_t index ) const
59 {
60 return values_[index];
61 }
62
63 template < index_t dimension >
64 void Point< dimension >::set_value( local_index_t index, double coordinate )

Callers 15

inexact_equalMethod · 0.95
project_pointMethod · 0.95
applyMethod · 0.45
compute_inverseFunction · 0.45
inverseMethod · 0.45
compute_orthogonal_basisFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_axesFunction · 0.36
test_cloneFunction · 0.36
test_cloneFunction · 0.36
test_delete_polyhedraFunction · 0.36
test_ioFunction · 0.36
test_attribute_3dFunction · 0.36
test_attribute_2dFunction · 0.36
test_delete_polygonFunction · 0.36
test_ioFunction · 0.36
test_cloneFunction · 0.36