MeVisLab Toolbox Reference
ml::ClusterBoundingBox Struct Reference

Cluster bounding box. More...

#include <mlClusterInfo.h>

Public Member Functions

 ClusterBoundingBox ()
void addPosition (MLint x, MLint y, MLint z)

Public Attributes

Vector3 min
Vector3 max

Detailed Description

Cluster bounding box.

Definition at line 37 of file mlClusterInfo.h.

Constructor & Destructor Documentation

◆ ClusterBoundingBox()

ml::ClusterBoundingBox::ClusterBoundingBox ( )
inline

Definition at line 39 of file mlClusterInfo.h.

References max, min, and ML_DOUBLE_MAX.

Member Function Documentation

◆ addPosition()

void ml::ClusterBoundingBox::addPosition ( MLint x,
MLint y,
MLint z )
inline

Definition at line 45 of file mlClusterInfo.h.

References max, and min.

Member Data Documentation

◆ max

Vector3 ml::ClusterBoundingBox::max

Definition at line 57 of file mlClusterInfo.h.

Referenced by addPosition(), and ClusterBoundingBox().

◆ min

Vector3 ml::ClusterBoundingBox::min

Definition at line 56 of file mlClusterInfo.h.

Referenced by addPosition(), and ClusterBoundingBox().


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