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