Class: Gsplat::IO::PlyReader::Element
- Inherits:
-
Data
- Object
- Data
- Gsplat::IO::PlyReader::Element
- Defined in:
- lib/gsplat/io/ply_reader.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#properties ⇒ Object
readonly
Returns the value of attribute properties.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
9 10 11 |
# File 'lib/gsplat/io/ply_reader.rb', line 9 def count @count end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/gsplat/io/ply_reader.rb', line 9 def name @name end |
#properties ⇒ Object (readonly)
Returns the value of attribute properties
9 10 11 |
# File 'lib/gsplat/io/ply_reader.rb', line 9 def properties @properties end |