Class: Gsplat::IO::PlyReader::Property

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

Instance Attribute Summary collapse

Instance Attribute Details

#count_typeObject (readonly)

Returns the value of attribute count_type

Returns:

  • (Object)

    the current value of count_type



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

def count_type
  @count_type
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end