Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gtwrap.interface_parser.type.CustomType Class Reference

Public Member Functions

def __init__
 

Public Attributes

 typename
 

Static Public Attributes

 rule
 

Detailed Description

Custom defined types with the namespace.
Essentially any C++ data type that is not a BasicType.

E.g.
```
gtsam::Matrix wTc;
```

Here `gtsam::Matrix` is a custom type.

Definition at line 137 of file type.py.

Constructor & Destructor Documentation

def gtwrap.interface_parser.type.CustomType.__init__ (   self,
  t 
)

Definition at line 152 of file type.py.

Member Data Documentation

gtwrap.interface_parser.type.CustomType.rule
static

Definition at line 150 of file type.py.

gtwrap.interface_parser.type.CustomType.typename

Definition at line 153 of file type.py.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:59:10