www.cemf.ir
selectBox Class Reference
+ Inheritance diagram for selectBox:
+ Collaboration diagram for selectBox:

Public Member Functions

 TypeInfo ("selectBox")
 
 selectBox (const pointStructure &pStruct, const dictionary &dict)
 
 add_vCtor (pStructSelector, selectBox, dictionary)
 
virtual ~selectBox ()=default
 
const uint32VectorselectedPoints () const override
 
uint32VectorselectedPoints () override
 
- Public Member Functions inherited from pStructSelector
 TypeInfo ("pStructSelector")
 
 pStructSelector (const pointStructure &pStruct, const dictionary &UNUSED(dict))
 the dictionary contains the selector keyword and another dictionary which is used for creating selector
More...
 
 pStructSelector (const word &type, const pointStructure &pStruct, const dictionary &UNUSED(dict))
 construct using selector type and a dictionary that contains info of selector More...
 
 create_vCtor (pStructSelector, dictionary,(const pointStructure &pStruct, const dictionary &dict),(pStruct, dict))
 
 create_vCtor (pStructSelector, word,(const word &type, const pointStructure &pStruct, const dictionary &dict),(type, pStruct, dict))
 
virtual ~pStructSelector ()=default
 
const pointStructurepStruct () const
 
realx3Vector selectedPointPositions () const
 

Protected Member Functions

void selectAllPointsInBox ()
 

Protected Attributes

uint32Vector selectedPoints_
 
box box_
 
- Protected Attributes inherited from pStructSelector
const pointStructurepStruct_
 

Additional Inherited Members

- Static Public Member Functions inherited from pStructSelector
static uniquePtr< pStructSelectorcreate (const pointStructure &pStruct, const dictionary &dict)
 
static uniquePtr< pStructSelectorcreate (const word &type, const pointStructure &pStruct, const dictionary &dict)
 

Detailed Description

Definition at line 35 of file selectBox.hpp.

Constructor & Destructor Documentation

◆ selectBox()

selectBox ( const pointStructure pStruct,
const dictionary dict 
)

Definition at line 43 of file selectBox.cpp.

◆ ~selectBox()

virtual ~selectBox ( )
virtualdefault

Member Function Documentation

◆ selectAllPointsInBox()

void selectAllPointsInBox ( )
protected

◆ TypeInfo()

TypeInfo ( "selectBox"  )

◆ add_vCtor()

add_vCtor ( pStructSelector  ,
selectBox  ,
dictionary   
)

◆ selectedPoints() [1/2]

const uint32Vector& selectedPoints ( ) const
inlineoverridevirtual

Implements pStructSelector.

Definition at line 66 of file selectBox.hpp.

References selectBox::selectedPoints_.

◆ selectedPoints() [2/2]

uint32Vector& selectedPoints ( )
inlineoverridevirtual

Implements pStructSelector.

Definition at line 71 of file selectBox.hpp.

References selectBox::selectedPoints_.

Member Data Documentation

◆ selectedPoints_

uint32Vector selectedPoints_
protected

Definition at line 41 of file selectBox.hpp.

Referenced by selectBox::selectAllPointsInBox(), and selectBox::selectedPoints().

◆ box_

box box_
protected

Definition at line 43 of file selectBox.hpp.

Referenced by selectBox::selectAllPointsInBox().


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