OpenStudio:utilities
Loading...
Searching...
No Matches
openstudio::LevelEvent Class Reference

#include <RoofGeometry_Details.hpp>

Public Types

enum  LevelEventType { TYPE_PICK = 0 , TYPE_MULTI_EDGE = 1 , TYPE_MULTI_SPLIT = 2 }
 

Public Member Functions

 LevelEvent ()
 
 LevelEvent (const Point3d &t_point, double t_distance, const Chain &t_chain, bool isPickEvent)
 
 LevelEvent (const Point3d &t_point, double t_distance, const std::vector< Chain > &t_chains)
 
bool operator< (const LevelEvent &other) const
 

Public Attributes

Chain chain
 
std::vector< Chainchains
 
double distance = 0.0
 
LevelEventType eventType
 
bool obsolete = false
 
Point3d point
 

Member Enumeration Documentation

◆ LevelEventType

Enumerator
TYPE_PICK 
TYPE_MULTI_EDGE 
TYPE_MULTI_SPLIT 

Constructor & Destructor Documentation

◆ LevelEvent() [1/3]

openstudio::LevelEvent::LevelEvent ( )
inline

◆ LevelEvent() [2/3]

openstudio::LevelEvent::LevelEvent ( const Point3d & t_point,
double t_distance,
const Chain & t_chain,
bool isPickEvent )
inline

◆ LevelEvent() [3/3]

openstudio::LevelEvent::LevelEvent ( const Point3d & t_point,
double t_distance,
const std::vector< Chain > & t_chains )
inline

Member Function Documentation

◆ operator<()

bool openstudio::LevelEvent::operator< ( const LevelEvent & other) const
inline

Member Data Documentation

◆ chain

Chain openstudio::LevelEvent::chain

◆ chains

std::vector<Chain> openstudio::LevelEvent::chains

◆ distance

double openstudio::LevelEvent::distance = 0.0

◆ eventType

LevelEventType openstudio::LevelEvent::eventType

◆ obsolete

bool openstudio::LevelEvent::obsolete = false

◆ point

Point3d openstudio::LevelEvent::point