Sha256: 3cecf5a6ca6ebe7398a40edec0506f06cd15aae5c10b5ce3aa08d81a9c30519e

Contents?: true

Size: 554 Bytes

Versions: 42

Compression:

Stored size: 554 Bytes

Contents

# -*- encoding : utf-8 -*-
# Export for PFTrack .2dt files for version 5
class Tracksperanto::Export::PFTrack5 < Tracksperanto::Export::PFMatchit
    
    def self.desc_and_extension
      "pftrack_v5.2dt"
    end
    
    def self.human_name
      "PFTrack v5 .2dt file (single camera)"
    end
    
    private
    
    def camera_name
      "Primary".inspect
    end
    
    # PFT5 frames are zero-based
    def frame_number(tracksperanto_frame)
      tracksperanto_frame
    end
    
    # PFT5 wants CRLF
    def linebreak
      "\r\n"
    end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
tracksperanto-3.5.9 lib/export/pftrack_5.rb
tracksperanto-3.5.8 lib/export/pftrack_5.rb
tracksperanto-3.5.7 lib/export/pftrack_5.rb
tracksperanto-3.5.6 lib/export/pftrack_5.rb
tracksperanto-3.5.5 lib/export/pftrack_5.rb
tracksperanto-3.5.4 lib/export/pftrack_5.rb
tracksperanto-3.5.2 lib/export/pftrack_5.rb
tracksperanto-3.5.1 lib/export/pftrack_5.rb
tracksperanto-3.5.0 lib/export/pftrack_5.rb
tracksperanto-3.4.1 lib/export/pftrack_5.rb
tracksperanto-3.4.0 lib/export/pftrack_5.rb
tracksperanto-3.3.13 lib/export/pftrack_5.rb
tracksperanto-3.3.12 lib/export/pftrack_5.rb
tracksperanto-3.3.11 lib/export/pftrack_5.rb
tracksperanto-3.3.10 lib/export/pftrack_5.rb
tracksperanto-3.3.9 lib/export/pftrack_5.rb
tracksperanto-3.3.8 lib/export/pftrack_5.rb
tracksperanto-3.3.7 lib/export/pftrack_5.rb
tracksperanto-3.3.6 lib/export/pftrack_5.rb
tracksperanto-3.3.0.pre lib/export/pftrack_5.rb