Class: Gsplat::IO::Colmap::Point3D

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

Overview

Parsed sparse 3D point and visibility track.

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



17
18
19
# File 'lib/gsplat/io/colmap.rb', line 17

def error
  @error
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



17
18
19
# File 'lib/gsplat/io/colmap.rb', line 17

def id
  @id
end

#rgbObject (readonly)

Returns the value of attribute rgb

Returns:

  • (Object)

    the current value of rgb



17
18
19
# File 'lib/gsplat/io/colmap.rb', line 17

def rgb
  @rgb
end

#trackObject (readonly)

Returns the value of attribute track

Returns:

  • (Object)

    the current value of track



17
18
19
# File 'lib/gsplat/io/colmap.rb', line 17

def track
  @track
end

#xyzObject (readonly)

Returns the value of attribute xyz

Returns:

  • (Object)

    the current value of xyz



17
18
19
# File 'lib/gsplat/io/colmap.rb', line 17

def xyz
  @xyz
end