| ▼Nenzo | |
| ▼Nattr | |
| CAttribute | Containers for geometry data |
| CAttributeHandle | Read write accessor for enzo::attr::Attribute |
| CAttributeHandleRO | Read only accessor for enzo::attr::Attribute |
| ▼Nexpr | |
| ▼CCompiledScript | A compiled daslang program ready to run |
| CImpl | |
| CDasContext | A daslang runtime context that also carries our evaluation world |
| CDasRuntime | Shared host for the daslang runtime |
| CExpressionContext | The world a single expression evaluation reads and writes to |
| CExpressionEngine | Evaluator for parameter expressions written in daslang |
| CExpressionModule | |
| ▼Ngeo | |
| CCamera | Camera primitive with only primitive-level attributes |
| CFaceNormalHandle | Read accessor for per-face normals |
| ▼CMesh | Polygonal mesh primitive with point, vertex, and face attributes |
| ▼CFaceOffsets | |
| CIterator | |
| CPointNormalHandle | Read accessor for per-point normals |
| ▼CPrimitive | Base class for all primitive types in the engine |
| ▼CPointOffsets | |
| CIterator | |
| CVertexNormalHandle | Read accessor for per-vertex normals |
| ▼Nnt | |
| CChangeConnectionCommand | |
| CChangeDisplayFlagCommand | |
| CChangeParameterCommand | Undo step for a parameter edit. Restores the whole parameter from a snapshot so flat values and multiparm instances both round trip |
| CChangePrimaryNodeCommand | |
| CChangeSelectionCommand | |
| CConnection | One wired link between two nodes, the ground truth of the network's wiring |
| CCookContext | The handle a node holds while it cooks to get context about the network |
| CCreateNodeCommand | |
| CDeleteNodeCommand | |
| CInputPort | One input port a node type declares |
| CMoveNodeCommand | |
| CNetwork | Every node in a scene, their wiring, and the scopes they live in |
| CNetworkGraph | The single owner of the network's wiring and dependencies |
| CNetworkManager | The central coordinator of the engine's node system |
| CNode | The unique runtime representation of a node |
| CNodeImpl | The base class a node author subclasses to write a node's behaviour |
| CNodeImplementation | Where a node's behaviour comes from |
| CNodeLoader | The startup pass that fills the node type table from the node folders on disk |
| CNodeManifest | The in memory form of one node's manifest file |
| CNodeSnapshot | Everything one node carries, held apart from the network so it can be rebuilt |
| CNodeType | Everything every node of one kind shares |
| CNodeTypeTable | The sole owner of every node type the application knows about |
| CScope | One place nodes live, either the root or the inside of a node that holds one |
| CSerializer | |
| CUndoCommand | |
| CUndoGroup | Bundles several commands into a single atomic undo unit |
| CUndoStack | |
| CUndoTransaction | RAII helper that opens an undo group for the duration of its scope |
| CUnit | A point in the network graph, either a node output or a parameter |
| CUpdateLock | Prevents updates on the network manager while in scope |
| ▼Nprm | |
| ▼Nstyle | |
| CAttribute | |
| CBoolIcon | |
| CBoolSwitch | |
| CRangeCircle | |
| CXyz | |
| CDefault | |
| CName | |
| CNodeParameter | |
| CParameter | |
| ▼CRamp | A sampled snapshot of a ramp parameter read during cook |
| CKey | A single ramp control point |
| CRange | |
| CTemplate | |
| ▼Nutil | |
| CUnionFind | Disjoint-set data structure for tracking connected components |
| ▼Nutils | |
| CElementBlend | An element whose attribute values are a blend of two source elements |
| CFaceTangents | Tangents along a face in winding order |
| CPlaneCut | A mesh cut by a plane, along with the edges the cut left on the plane |
| CTriangulatedMesh | A triangulated mesh paired with a mapping from each output triangle to its source face |
| CExplicitIndexSet | |
| CGroupSelectionComponent | Selection component that resolves membership through a named group |
| CIndexSet | |
| CNetworkPath | A path that references a network entity, either a node or a parameter on a node |
| ▼CNodePacket | |
| ▼CTransforms | |
| CIterator | |
| CPath | A default path class for creation and manipulation of tree-based paths |
| CPathSelectionComponent | Selection component anchored to a primitive path plus optional per element index sets |
| CPoint | |
| CPrimPath | |
| CSelection | |
| CSelectionComponent | Abstract base for one piece of a Selection expression |
| CTransform | An affine transform that composes translation, rotation, and scale |
| CWildcardIndexSet | |
| ▼Nstd | |
| Chash< enzo::nt::Connection > | |
| Chash< enzo::nt::Unit > | |
| CConnectionSerializable | |
| CNetworkSerializable | |
| CParameterSerializable | |
| CTimelineSerializable | |
| CUndoDisabler | |