PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Member Functions | Protected Attributes
Planes Class Reference

#include <src/PlusCalibration/vtkPhantomLinearObjectRegistrationAlgo/Planes.h>

Public Member Functions

int GetNumberOfPlanes ()
 
const PlaneGetPlane (int index)
 
void InsertPlane (const Plane &newPlane)
 
Planesoperator= (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< Planem_PlaneList
 

Detailed Description

Definition at line 13 of file Planes.h.

Constructor & Destructor Documentation

◆ Planes()

Planes::Planes ( )

Definition at line 12 of file Planes.cxx.

◆ ~Planes()

Planes::~Planes ( )

Definition at line 17 of file Planes.cxx.

Member Function Documentation

◆ GetNumberOfPlanes()

int Planes::GetNumberOfPlanes ( )

Definition at line 49 of file Planes.cxx.

◆ GetPlane()

const Plane & Planes::GetPlane ( int  index)

Definition at line 43 of file Planes.cxx.

◆ InsertPlane()

void Planes::InsertPlane ( const Plane newPlane)

Definition at line 28 of file Planes.cxx.

◆ operator=()

Planes & Planes::operator= ( const Planes rhs)

Definition at line 67 of file Planes.cxx.

◆ PlanesBegin()

std::vector< Plane >::const_iterator Planes::PlanesBegin ( ) const

Definition at line 55 of file Planes.cxx.

◆ PlanesEnd()

std::vector< Plane >::const_iterator Planes::PlanesEnd ( ) const

Definition at line 61 of file Planes.cxx.

◆ RemovePlane()

void Planes::RemovePlane ( int  index)

Definition at line 35 of file Planes.cxx.

◆ Reset()

void Planes::Reset ( )

Definition at line 22 of file Planes.cxx.

Member Data Documentation

◆ m_PlaneList

std::vector<Plane> Planes::m_PlaneList
protected

Definition at line 31 of file Planes.h.


The documentation for this class was generated from the following files: