PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include <src/PlusCalibration/vtkPhantomLinearObjectRegistrationAlgo/Planes.h>
Public Member Functions | |
int | GetNumberOfPlanes () |
const Plane & | GetPlane (int index) |
void | InsertPlane (const Plane &newPlane) |
Planes & | operator= (const Planes &rhs) |
Planes () | |
std::vector< Plane >::const_iterator | PlanesBegin () const |
std::vector< Plane >::const_iterator | PlanesEnd () const |
void | RemovePlane (int index) |
void | Reset () |
~Planes () | |
Protected Attributes | |
std::vector< Plane > | m_PlaneList |
Planes::Planes | ( | ) |
Definition at line 12 of file Planes.cxx.
Planes::~Planes | ( | ) |
Definition at line 17 of file Planes.cxx.
int Planes::GetNumberOfPlanes | ( | ) |
Definition at line 49 of file Planes.cxx.
Definition at line 43 of file Planes.cxx.
void Planes::InsertPlane | ( | const Plane & | newPlane | ) |
Definition at line 28 of file Planes.cxx.
Definition at line 67 of file Planes.cxx.
std::vector< Plane >::const_iterator Planes::PlanesBegin | ( | ) | const |
Definition at line 55 of file Planes.cxx.
std::vector< Plane >::const_iterator Planes::PlanesEnd | ( | ) | const |
Definition at line 61 of file Planes.cxx.
void Planes::RemovePlane | ( | int | index | ) |
Definition at line 35 of file Planes.cxx.
void Planes::Reset | ( | ) |
Definition at line 22 of file Planes.cxx.