Class: Tracksperanto::Export::PFTrack5

Inherits:
PFMatchit show all
Defined in:
lib/export/pftrack_5.rb

Overview

Export for PFTrack .2dt files for version 5

Constant Summary

Constants inherited from PFMatchit

Tracksperanto::Export::PFMatchit::KEYFRAME_TEMPLATE

Instance Attribute Summary

Attributes inherited from Base

#io

Class Method Summary collapse

Methods inherited from PFMatchit

#end_tracker_segment, #export_point, #start_export, #start_tracker_segment

Methods included from PFCoords

#from_pfcoord, #to_pfcoord

Methods inherited from Base

#end_export, #end_tracker_segment, #export_point, #initialize, #start_export, #start_tracker_segment

Methods included from ConstName

#const_name

Methods included from SimpleExport

#just_export

Constructor Details

This class inherits a constructor from Tracksperanto::Export::Base

Class Method Details

.desc_and_extensionObject



4
5
6
# File 'lib/export/pftrack_5.rb', line 4

def self.desc_and_extension
  "pftrack_v5.2dt"
end

.human_nameObject



8
9
10
# File 'lib/export/pftrack_5.rb', line 8

def self.human_name
  "PFTrack v5 .2dt file (single camera)"
end