Box Struct Reference

#include <MemoryX/components/WorldStateObserver/predicateProviders/Box.hpp>

Public Member Functions

 Box (float xCenter, float yCenter, float zCenter, float xExtent, float yExtent, float zExtent)
 
void drawTo (const armarx::DebugDrawerInterfacePrx &debugDrawer, const std::string &layerName, const std::string &boxName, const armarx::DrawColor &color) const
 
bool inside (const armarx::FramedPositionBasePtr &p) const
 

Public Attributes

armarx::Vector3Ptr extents
 
armarx::PosePtr pose
 

Detailed Description

Definition at line 32 of file Box.hpp.

Constructor & Destructor Documentation

◆ Box()

Box ( float  xCenter,
float  yCenter,
float  zCenter,
float  xExtent,
float  yExtent,
float  zExtent 
)
inline

Definition at line 34 of file Box.hpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ drawTo()

void drawTo ( const armarx::DebugDrawerInterfacePrx debugDrawer,
const std::string &  layerName,
const std::string &  boxName,
const armarx::DrawColor &  color 
) const
inline

Definition at line 53 of file Box.hpp.

◆ inside()

bool inside ( const armarx::FramedPositionBasePtr &  p) const
inline

Definition at line 46 of file Box.hpp.

Member Data Documentation

◆ extents

Definition at line 44 of file Box.hpp.

◆ pose

Definition at line 43 of file Box.hpp.


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