Sys::Group class reference
[Core module]
Declaration
#include <Goptical/Sys/Group>
namespace Goptical {
namespace Sys {
class Group;
};
};
This class is a member of the Sys namespace.
Inheritance
Description
This class is used to form a group of optical elements. A group is a special kind of optical element which can contains other elements. A group has its own local coordinate system.
See also System hierarchy and groups section.
Members
See also the full member list section for this class.
Inherited members
Functions
- Group(const Math::VectorPair3 &p)
- virtual ~Group()
- virtual Math::VectorPair3 get_bounding_box() const
Members detail
Group(const Math::VectorPair3 &p)
Create a new group at given position
No documentation available
virtual Math::VectorPair3 get_bounding_box() const
This virtual function overrides the get_bounding_box
virtual function defined in the Element
base class.
Documentation inherited from base class:
Get bounding box in local coordinates