Public Member Functions | |
TypeInfo ("selectBox") | |
selectBox (const pointStructure &pStruct, const dictionary &dict) | |
add_vCtor (pStructSelector, selectBox, dictionary) | |
virtual | ~selectBox ()=default |
virtual const int32Vector & | selectedPoinsts () const override |
virtual int32Vector & | selectedPoinsts () override |
![]() | |
TypeInfo ("pStructSelector") | |
pStructSelector (const pointStructure &pStruct, const dictionary &UNUSED(dict)) | |
create_vCtor (pStructSelector, dictionary,(const pointStructure &pStruct, const dictionary &dict),(pStruct, dict)) | |
virtual | ~pStructSelector ()=default |
const pointStructure & | pStruct () const |
Protected Member Functions | |
void | selectAllPointsInBox () |
Protected Attributes | |
int32Vector | selectedPoints_ |
box | box_ |
![]() | |
const pointStructure & | pStruct_ |
Additional Inherited Members | |
![]() | |
static uniquePtr< pStructSelector > | create (const pointStructure &pStruct, const dictionary &dict) |
Definition at line 35 of file selectBox.hpp.
selectBox | ( | const pointStructure & | pStruct, |
const dictionary & | dict | ||
) |
Definition at line 43 of file selectBox.cpp.
|
virtualdefault |
|
protected |
Definition at line 25 of file selectBox.cpp.
References selectBox::box_, Vector< T, Allocator >::clear(), ForAll, VectorSingle< T, MemorySpace >::hostVector(), box::isInside(), pointStructure::pointPosition(), pStructSelector::pStruct(), Vector< T, Allocator >::reserve(), and selectBox::selectedPoints_.
TypeInfo | ( | "selectBox" | ) |
add_vCtor | ( | pStructSelector | , |
selectBox | , | ||
dictionary | |||
) |
|
inlineoverridevirtual |
Implements pStructSelector.
Definition at line 66 of file selectBox.hpp.
References selectBox::selectedPoints_.
|
inlineoverridevirtual |
Implements pStructSelector.
Definition at line 71 of file selectBox.hpp.
References selectBox::selectedPoints_.
|
protected |
Definition at line 41 of file selectBox.hpp.
Referenced by selectBox::selectAllPointsInBox(), and selectBox::selectedPoinsts().
|
protected |
Definition at line 43 of file selectBox.hpp.
Referenced by selectBox::selectAllPointsInBox().