Attributes (Python)¶
Attribute Base Class¶
-
class
FnAttribute.
Attribute
¶ Bases:
object
GEOLIB3 Attribute
-
__init__
¶ x.__init__(...) initializes x; see help(type(x)) for signature
-
__new__
(S, ...) → a new object with type S, a subtype of T¶
-
getBinary
()¶
-
getHash
()¶
-
getHash64
()¶
-
getSize
()¶
-
getXML
()¶
-
static
parseBinary
()¶
-
static
parseXML
()¶
-
writePython
()¶
-
Null Attributes¶
Data Attributes¶
-
class
FnAttribute.
DataAttribute
¶ Bases:
PyFnAttribute.Attribute
GEOLIB3 DataAttribute
-
__init__
¶ x.__init__(...) initializes x; see help(type(x)) for signature
-
getBoundingSampleTimes
()¶
-
getNumberOfTimeSamples
()¶
-
getNumberOfTuples
()¶
-
getNumberOfValues
()¶
-
getSampleTime
()¶
-
getSampleTimes
()¶
-
getTupleSize
()¶
-
-
class
FnAttribute.
IntAttribute
¶ Bases:
PyFnAttribute.DataAttribute
GEOLIB3 IntAttribute
-
__init__
¶ x.__init__(...) initializes x; see help(type(x)) for signature
-
getData
()¶
-
getNearestSample
()¶
-
getSamples
()¶
-
getValue
()¶
-
-
class
FnAttribute.
FloatAttribute
¶ Bases:
PyFnAttribute.DataAttribute
GEOLIB3 FloatAttribute
-
__init__
¶ x.__init__(...) initializes x; see help(type(x)) for signature
-
getData
()¶
-
getNearestSample
()¶
-
getSamples
()¶
-
getValue
()¶
-
Group Attributes¶
GroupBuilder¶
-
class
FnAttribute.
GroupBuilder
¶ Bases:
object
GEOLIB3 GroupBuilder
-
__init__
¶ x.__init__(...) initializes x; see help(type(x)) for signature
-
__new__
(S, ...) → a new object with type S, a subtype of T¶
-
build
()¶
-
deepUpdate
()¶
-
delete
()¶
-
reserve
()¶
-
set
()¶
-
setGroupInherit
()¶
-
setWithUniqueName
()¶
-
sort
()¶
-
update
()¶
-