Privacy
An open-source, flexible 3D physical simulation framework
mars::Tuple Struct Reference

Public Member Functions

const unsigned size ()
 
const bool isDouble (unsigned i)
 
const double get (unsigned i)
 

Static Public Member Functions

static const bool check (PyObjectPtr obj)
 

Public Attributes

PyObjectPtr obj
 

Detailed Description

Definition at line 130 of file PythonInterpreter.cpp.

Member Function Documentation

◆ check()

static const bool mars::Tuple::check ( PyObjectPtr  obj)
inlinestatic

Definition at line 133 of file PythonInterpreter.cpp.

◆ get()

const double mars::Tuple::get ( unsigned  i)
inline

Definition at line 136 of file PythonInterpreter.cpp.

◆ isDouble()

const bool mars::Tuple::isDouble ( unsigned  i)
inline

Definition at line 135 of file PythonInterpreter.cpp.

◆ size()

const unsigned mars::Tuple::size ( )
inline

Definition at line 134 of file PythonInterpreter.cpp.

Member Data Documentation

◆ obj

PyObjectPtr mars::Tuple::obj

Definition at line 132 of file PythonInterpreter.cpp.


The documentation for this struct was generated from the following file: