Blue Brain BioExplorer
core::SDFGeometryData Struct Reference

A struct that holds data for Signed Distance Field (SDF) calculations. Since this struct holds data for SDF calculations, it is assumed that the geometries have been converted to Signed Distance Fields beforehand. More...

#include <Model.h>

Public Member Functions

void clear ()
 

Public Attributes

std::vector< SDFGeometrygeometries
 
std::map< size_t, uint64_tsgeometryIndices
 
std::vector< uint64_tsneighbours
 
std::vector< uint64_t > neighboursFlat
 

Detailed Description

A struct that holds data for Signed Distance Field (SDF) calculations. Since this struct holds data for SDF calculations, it is assumed that the geometries have been converted to Signed Distance Fields beforehand.

Definition at line 54 of file Model.h.

Member Function Documentation

◆ clear()

void core::SDFGeometryData::clear ( )
inline

Definition at line 66 of file Model.h.

Member Data Documentation

◆ geometries

std::vector<SDFGeometry> core::SDFGeometryData::geometries

Definition at line 56 of file Model.h.

◆ geometryIndices

std::map<size_t, uint64_ts> core::SDFGeometryData::geometryIndices

Definition at line 57 of file Model.h.

◆ neighbours

std::vector<uint64_ts> core::SDFGeometryData::neighbours

Definition at line 61 of file Model.h.

◆ neighboursFlat

std::vector<uint64_t> core::SDFGeometryData::neighboursFlat

Definition at line 63 of file Model.h.


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