hedge :: _internal :: FaceGroup :: Class FaceGroup
[hide private]
[frames] | no frames]

Class FaceGroup


Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (bool)double_sided) -> None :
 
__reduce__(...)
helper for pickle
 
element_count(...)
element_count( (FaceGroup)arg1) -> int :
 
face_length(...)
face_length( (FaceGroup)arg1) -> int :

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 16
Properties [hide private]
  face_count
  face_pairs
  index_lists
  local_el_to_global_el_base

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (bool)double_sided) -> None :

    C++ signature :
        void __init__(_object*,bool)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

element_count(...)

 

element_count( (FaceGroup)arg1) -> int :

    C++ signature :
        unsigned int element_count(hedge::face_group {lvalue})

face_length(...)

 

face_length( (FaceGroup)arg1) -> int :

    C++ signature :
        unsigned int face_length(hedge::face_group {lvalue})


Property Details [hide private]

face_count

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

face_pairs

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

index_lists

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

local_el_to_global_el_base

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