HPS::OOC::NodeHandle

class HPS::OOC::NodeHandle

Public Functions

bool Empty() const

Check the state of the NodeHandle.

Returns

Returns true if this NodeHandle doesn’t exist.

bool Equals(NodeHandle const &other) const
HPS::SegmentKey GetSegment() const

Get the SegementKey associated with this node.

Returns

Returns the SegmentKey, if any.

HPS::ShellKey GetShell() const

Get the ShellKey associated with this node. This is unsynchronized.

Returns

Returns the ShellKey, if any.

NodeHandle(NodeHandle &&that)
bool operator!=(NodeHandle const &other) const
NodeHandle &operator=(NodeHandle &&other)
bool operator==(NodeHandle const &other) const
~NodeHandle()

Friends

friend class HPS::OOC::FilterForwarder
friend class HPS::OOC::PointCloud
friend class HPS::OOC::QueryIterator
friend class HPS::OOC::SynchronizedActions