BTK  0.3dev.0
Open-source library to visualize/process biomechanical data
List of all members | Public Member Functions | Public Attributes | Friends
btk::SeparateKnownVirtualMarkersFilter::StringAxes Struct Reference

Structure to store the four labels used for a refrence frame. More...

Public Member Functions

 StringAxes (const std::string &o="", const std::string &a1="", const std::string &a2="", const std::string &a3="")
 

Public Attributes

std::string Axis1
 
std::string Axis2
 
std::string Axis3
 
std::string Origin
 

Friends

bool operator== (const StringAxes &lhs, const StringAxes &rhs)
 

Detailed Description

Structure to store the four labels used for a refrence frame.

Constructor & Destructor Documentation

btk::SeparateKnownVirtualMarkersFilter::StringAxes::StringAxes ( const std::string &  o = "",
const std::string &  a1 = "",
const std::string &  a2 = "",
const std::string &  a3 = "" 
)
inline

Constructor.

Friends And Related Function Documentation

bool btk::SeparateKnownVirtualMarkersFilter::StringAxes::operator== ( const StringAxes lhs,
const StringAxes rhs 
)
friend

Equal operator.

Member Data Documentation

std::string btk::SeparateKnownVirtualMarkersFilter::StringAxes::Axis1

Label for one of the point defining the frame (not necessarily the first axis).

std::string btk::SeparateKnownVirtualMarkersFilter::StringAxes::Axis2

Label for one of the point defining the frame (not necessarily the second axis).

std::string btk::SeparateKnownVirtualMarkersFilter::StringAxes::Axis3

Label for one of the point defining the frame (not necessarily the second axis).

std::string btk::SeparateKnownVirtualMarkersFilter::StringAxes::Origin

Label for one of the point defining the frame (not necessarily the origin).