Class: Gsplat::IO::PlyReader::Element

Inherits:
Data
  • Object
show all
Defined in:
lib/gsplat/io/ply_reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



9
10
11
# File 'lib/gsplat/io/ply_reader.rb', line 9

def count
  @count
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/gsplat/io/ply_reader.rb', line 9

def name
  @name
end

#propertiesObject (readonly)

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



9
10
11
# File 'lib/gsplat/io/ply_reader.rb', line 9

def properties
  @properties
end