#include <Visual3d_ContextPick.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Visual3d_ContextPick () |
Creates a context from default values . | |
Standard_EXPORT | Visual3d_ContextPick (const Standard_Real Aperture, const Standard_Integer Depth, const Visual3d_TypeOfOrder Order) |
Creates a context with the values defined Warning: Raises ContextPickDefinitionError if <depth> or <aperture> is a negative value. . | |
Standard_EXPORT void | SetAperture (const Standard_Real Aperture) |
Modifies the size of the pick window. Category: Methods to modifies the class definition Warning: Raises ContextPickDefinitionError if <aperture> is a negative value. . | |
Standard_EXPORT void | SetDepth (const Standard_Integer Depth) |
Modifies the pick depth a priori. Category: Methods to modifies the class definition Warning: Raises ContextPickDefinitionError if <depth> is a negative value. . | |
Standard_EXPORT void | SetOrder (const Visual3d_TypeOfOrder Order) |
Modifies the order of picking. . | |
Standard_EXPORT Standard_Real | Aperture () const |
Returns the size of the pick window <me>. . | |
Standard_EXPORT Standard_Integer | Depth () const |
Returns the effective pick depth of <me>. . | |
Standard_EXPORT Visual3d_TypeOfOrder | Order () const |
Returns the order of picking of <me>. . | |
Private Attributes | |
Standard_Real | MyAperture |
Standard_Integer | MyDepth |
Visual3d_TypeOfOrder | MyOrder |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|