Public Member Functions |
| | Horizon3DGeometry (Surface &) |
| const Geometry::BinIDSurface * | sectionGeometry (const SectionID &) const |
| Geometry::BinIDSurface * | sectionGeometry (const SectionID &) |
| bool | removeSection (const SectionID &, bool hist) |
| SectionID | cloneSection (const SectionID &) |
| bool | isFullResolution () const |
| RowCol | loadedStep () const |
| RowCol | step () const |
| void | setStep (const RowCol &step, const RowCol &loadedstep) |
| bool | enableChecks (bool yn) |
| bool | isChecksEnabled () const |
| bool | isNodeOK (const PosID &) const |
| bool | isAtEdge (const PosID &pid) const |
| PosID | getNeighbor (const PosID &, const RowCol &) const |
| int | getConnectedPos (const PosID &, TypeSet< PosID > *) const |
| bool | getBoundingPolygon (const SectionID &, Pick::Set &) const |
| void | getDataPointSet (const SectionID &, DataPointSet &, float shift=0.0) const |
| void | fillBinIDValueSet (const SectionID &, BinIDValueSet &, Pos::Provider3D *prov=0) const |
| EMObjectIterator * | createIterator (const EM::SectionID &, const CubeSampling *=0) const |
Protected Member Functions |
| Geometry::BinIDSurface * | createSectionGeometry () const |
Protected Attributes |
| RowCol | loadedstep_ |
| RowCol | step_ |
| bool | checksupport_ |