QUAOAR STUDIO // Mobius API
mobius::poly_SVO::Summary Struct Reference

Voxelization summary. More...

#include <poly_SVO.h>

Public Member Functions

mobiusPoly_EXPORT void AddCell (const double size)
 
mobiusPoly_EXPORT void Dump (std::ostream &oss) const
 
mobiusPoly_EXPORT void DumpJSON (std::ostream &oss) const
 

Public Attributes

int membership
 Membership qualifier.
 
std::map< double, int > grains
 Voxelization grains <size, count>.
 

Detailed Description

Voxelization summary.

Member Function Documentation

◆ AddCell()

mobiusPoly_EXPORT void mobius::poly_SVO::Summary::AddCell ( const double  size)

Adds another cell to the summary.

Parameters
[in]sizethe cell size.

◆ Dump()

mobiusPoly_EXPORT void mobius::poly_SVO::Summary::Dump ( std::ostream &  oss) const

Dumps summary to the passed output stream.

Parameters
[in,out]ossthe target output stream.

◆ DumpJSON()

mobiusPoly_EXPORT void mobius::poly_SVO::Summary::DumpJSON ( std::ostream &  oss) const

Dumps summary to the passed output stream in JSON format.

Parameters
[in,out]ossthe target output stream.

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