Cogs.Core
Public Attributes | List of all members
Cogs::Core::SparseOctree::Octree Struct Reference

Public Attributes

Contextcontext
 
OctreeInfo info
 
uint32_t numLevels = 0
 
float minCellSize = 1.0f
 
std::vector< Parameterizationsources
 
std::vector< SceneInfoscenes
 
std::vector< LevelInputinputs
 
std::vector< Gridgrids
 

Detailed Description

Definition at line 236 of file SparseBuildOctree.h.

Member Data Documentation

◆ context

Context* Cogs::Core::SparseOctree::Octree::context

Definition at line 238 of file SparseBuildOctree.h.

◆ grids

std::vector<Grid> Cogs::Core::SparseOctree::Octree::grids

Definition at line 250 of file SparseBuildOctree.h.

◆ info

OctreeInfo Cogs::Core::SparseOctree::Octree::info

Definition at line 240 of file SparseBuildOctree.h.

◆ inputs

std::vector<LevelInput> Cogs::Core::SparseOctree::Octree::inputs

Definition at line 249 of file SparseBuildOctree.h.

◆ minCellSize

float Cogs::Core::SparseOctree::Octree::minCellSize = 1.0f

Definition at line 243 of file SparseBuildOctree.h.

◆ numLevels

uint32_t Cogs::Core::SparseOctree::Octree::numLevels = 0

Definition at line 242 of file SparseBuildOctree.h.

◆ scenes

std::vector<SceneInfo> Cogs::Core::SparseOctree::Octree::scenes

Definition at line 248 of file SparseBuildOctree.h.

◆ sources

std::vector<Parameterization> Cogs::Core::SparseOctree::Octree::sources

Parameterizations of input file, each typically loaded with different tesselation tolerance.

Definition at line 246 of file SparseBuildOctree.h.


The documentation for this struct was generated from the following file: