#include <vector>
#include "GaudiKernel/Point3DTypes.h"
#include "GaudiKernel/Vector3DTypes.h"
#include "GaudiKernel/SymmetricMatrixTypes.h"
#include "GaudiKernel/Transform3DTypes.h"
#include "GaudiKernel/StatusCode.h"
Include dependency graph for Ellipsoid.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | SoUtils |
Defines | |
#define | SOUTILS_ELLIPSOID_H 1 |
Functions | |
StatusCode | SoUtils::ellipsoid (const Gaudi::XYZPoint ¢er, const Gaudi::SymMatrix3x3 &cov, SoEllipsoid *&node) |
create SoEllipsoid Inventor node from the covarinace matrix and position values of error codes from "eigensystem" method |
#define SOUTILS_ELLIPSOID_H 1 |
Definition at line 20 of file Ellipsoid.h.