Mantid
Loading...
Searching...
No Matches
Functions | Variables
ComponentInfo.cpp File Reference
#include "MantidGeometry/Instrument/ComponentInfo.h"
#include "MantidGeometry/Objects/IObject.h"
#include "MantidKernel/Quat.h"
#include "MantidKernel/V3D.h"
#include "MantidPythonInterface/core/Converters/WrapWithNDArray.h"
#include "MantidPythonInterface/core/Policies/VectorToNumpy.h"
#include "MantidPythonInterface/geometry/ComponentInfoPythonIterator.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/reference_existing_object.hpp>
#include <boost/python/return_value_policy.hpp>

Go to the source code of this file.

Functions

void export_ComponentInfo ()
 

Variables

Mantid::Kernel::V3D(ComponentInfo::* position )(const size_t) const = &ComponentInfo::position
 
Mantid::Kernel::Quat(ComponentInfo::* rotation )(const size_t) const = &ComponentInfo::rotation
 
void(ComponentInfo::* setPosition )(const size_t, const Mantid::Kernel::V3D &) = &ComponentInfo::setPosition
 
void(ComponentInfo::* setRotation )(const size_t, const Mantid::Kernel::Quat &) = &ComponentInfo::setRotation
 

Function Documentation

◆ export_ComponentInfo()

void export_ComponentInfo ( )

Variable Documentation

◆ position

Mantid::Kernel::V3D(ComponentInfo::* position) (const size_t) const ( const  size_t) const = &ComponentInfo::position

Definition at line 35 of file ComponentInfo.cpp.

Referenced by export_ComponentInfo().

◆ rotation

Mantid::Kernel::Quat(ComponentInfo::* rotation) (const size_t) const ( const  size_t) const = &ComponentInfo::rotation

◆ setPosition

void(ComponentInfo::* setPosition) (const size_t, const Mantid::Kernel::V3D &) ( const  size_t,
const Mantid::Kernel::V3D  
) = &ComponentInfo::setPosition

◆ setRotation

void(ComponentInfo::* setRotation) (const size_t, const Mantid::Kernel::Quat &) ( const  size_t,
const Mantid::Kernel::Quat  
) = &ComponentInfo::setRotation

Definition at line 41 of file ComponentInfo.cpp.

Referenced by export_ComponentInfo().