Package openalea :: Package plantgl :: Package scenegraph :: Module _pglsg :: Class AmapSymbol
[frames] | no frames]

Class AmapSymbol

 object --+                            
          |                            
??.instance --+                        
              |                        
    SceneObject --+                    
                  |                    
           Geometry --+                
                      |                
              Primitive --+            
                          |            
              ExplicitModel --+        
                              |        
                           Mesh --+    
                                  |    
                            FaceSet --+
                                      |
                                     AmapSymbol

The AmapSymbol describes an object of class of Mesh stored in the SMB file format of the Amap software.This is provided for ascendant compatibility.

Instance Methods
 
__init__(...)
__init__( (object)arg1 [, (str)arg2 [, (bool)arg3]]) -> None : AmapSymbol(filename)
 
readFile(...)
readFile( (AmapSymbol)arg1, (str)arg2) -> bool :

Inherited from FaceSet: colorAt, colorIndexAt, copy, indexAt, isColorIndexListToDefault, isNormalIndexListToDefault, isTexCoordIndexListToDefault, normalAt, normalIndexAt, texCoordAt, texCoordIndexAt

Inherited from Mesh: computeNormalList, faceCenter, faceSize, indexListSize, isCCWToDefault, isColorPerVertexToDefault, isNormalListToDefault, isNormalPerVertexToDefault, isSkeletonToDefault, isSolidToDefault, isTexCoordListToDefault, pointAt

Inherited from ExplicitModel: isColorListToDefault, transform

Inherited from Geometry: deepcopy, isACurve, isASurface, isAVolume, isExplicit

Inherited from SceneObject: __reduce__, apply, getId, getName, isNamed, isValid, setName

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables

Inherited from FaceSet: __instance_size__

Inherited from SceneObject: __safe_for_unpickling__

Properties
  filename

Inherited from FaceSet: colorIndexList, indexList, normalIndexList, texCoordIndexList

Inherited from Mesh: DEFAULT_CCW, DEFAULT_COLORPERVERTEX, DEFAULT_NORMALPERVERTEX, DEFAULT_SKELETON, DEFAULT_SOLID, ccw, colorPerVertex, normalList, normalPerVertex, skeleton, solid, texCoordList

Inherited from ExplicitModel: colorList, pointList

Inherited from SceneObject: name

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 

__init__( (object)arg1 [, (str)arg2 [, (bool)arg3]]) -> None :
    AmapSymbol(filename)

    C++ signature :
        void __init__(struct _object * [,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > [,bool]])

Overrides: object.__init__

readFile(...)

 

readFile( (AmapSymbol)arg1, (str)arg2) -> bool :

    C++ signature :
        bool readFile(class PGL::AmapSymbol {lvalue},class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)


Property Details

filename

Get Method:
unreachable(...)
Set Method:
unreachable(...)