1#ifndef _CSHIRESISTANCE_H_ 
    2#define _CSHIRESISTANCE_H_ 
    5#include "ResistanceCurve.h" 
   14            RESISTANCE_SKIN_FRICTION=0,
 
   16            RESISTANCE_SKIN_ROU_GHNESS,
 
   17            RESISTANCE_FORM_FACTOR,
 
   18            RESISTANCE_GENERAL_FN,
 
   25        double GetResistance(
double V);
 
   27        void SetResidualResistanceScale(
double scale);
 
   29        void SetLength(
double _Lpp);
 
   30        void SetBredth(
float B);
 
   31        void SetDraughtAft( 
float T );
 
   32        void SetDraughtFore( 
float T);
 
   33        void SetBlockCoefficient( 
float Cb);
 
   34        void SetWetArea( 
double _S );
 
   35        void SetViscosity( 
double _Mu );
 
   55        double m_residualResitanceScale;
 
   70        std::vector< ResistanceCurve* > m_Cfn;
 
   73        std::vector< ResistanceCurve* > m_Crn;
 
Definition: ResistanceCurve.h:6
Definition: ShipResistance.h:9
Simple waypoint object.
Definition: CableAttach.h:16