Fraxinus  2023.01.05-dev+develop.0da12
An IGT application
cx::PlaneTypeCollection Class Reference

#include <cxPlaneTypeCollection.h>

Public Member Functions

 PlaneTypeCollection (std::vector< PLANE_TYPE > planes)
 
 PlaneTypeCollection (PLANE_TYPE a=ptCOUNT, PLANE_TYPE b=ptCOUNT, PLANE_TYPE c=ptCOUNT)
 
void add (PLANE_TYPE plane)
 
std::vector< PLANE_TYPE > get () const
 
QString toString () const
 

Static Public Member Functions

static PlaneTypeCollection fromString (QString input, PlaneTypeCollection defVal=PlaneTypeCollection())
 

Detailed Description

A list of PLANE_TYPE, along with utility methods

Date
2014-03-04
Author
Christian Askeland, SINTEF

Definition at line 29 of file cxPlaneTypeCollection.h.

Constructor & Destructor Documentation

cx::PlaneTypeCollection::PlaneTypeCollection ( std::vector< PLANE_TYPE >  planes)
explicit

Definition at line 19 of file cxPlaneTypeCollection.cpp.

cx::PlaneTypeCollection::PlaneTypeCollection ( PLANE_TYPE  a = ptCOUNT,
PLANE_TYPE  b = ptCOUNT,
PLANE_TYPE  c = ptCOUNT 
)

Definition at line 35 of file cxPlaneTypeCollection.cpp.

Member Function Documentation

void cx::PlaneTypeCollection::add ( PLANE_TYPE  plane)

Definition at line 29 of file cxPlaneTypeCollection.cpp.

PlaneTypeCollection cx::PlaneTypeCollection::fromString ( QString  input,
PlaneTypeCollection  defVal = PlaneTypeCollection() 
)
static

Definition at line 42 of file cxPlaneTypeCollection.cpp.

std::vector< PLANE_TYPE > cx::PlaneTypeCollection::get ( ) const

Definition at line 24 of file cxPlaneTypeCollection.cpp.

QString cx::PlaneTypeCollection::toString ( ) const

Definition at line 59 of file cxPlaneTypeCollection.cpp.


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