15#include <vsg/maths/sphere.h>
16#include <vsg/nodes/Node.h>
46 void traverse(RecordTraversal& visitor)
const override
48 if ((visitor.traversalMask & (visitor.overrideMask | mask)) != MASK_OFF) child->accept(visitor);
51 void read(Input& input)
override;
52 void write(Output& output)
const override;
Definition ConstVisitor.h:172
Layer node is used to control which bin to place the subgraph in and what sort value to assign.
Definition Layer.h:23
ref_ptr< Object > clone(const CopyOp ©op={}) const override
Definition Layer.h:35
int compare(const Object &rhs) const override
compare two objects, return -1 if this object is less than rhs, return 0 if it's equal,...
std container adapter for allocating with MEMORY_AFFINITY_NODES
Definition Allocator.h:138