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, inherited, #initialize, #start_export, #start_tracker_segment

Methods included from ConstName

#const_name, included

Methods included from SimpleExport

#just_export

Constructor Details

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

Class Method Details

.desc_and_extensionObject



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

def self.desc_and_extension
  "pftrack_v5.2dt"
end

.human_nameObject



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

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