Unit CAPI_LoadShapes

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

 

Uses

Overview

Functions and Procedures

function LoadShapes_Get_Name(): PAnsiChar; CDECL;
procedure LoadShapes_Set_Name(const Value: PAnsiChar); CDECL;
function LoadShapes_Get_Count(): Integer; CDECL;
function LoadShapes_Get_First(): Integer; CDECL;
function LoadShapes_Get_Next(): Integer; CDECL;
procedure LoadShapes_Get_AllNames(var ResultPtr: PPAnsiChar; ResultCount: PAPISize); CDECL;
procedure LoadShapes_Get_AllNames_GR(); CDECL;
function LoadShapes_Get_Npts(): Integer; CDECL;
procedure LoadShapes_Get_Pmult(var ResultPtr: PDouble; ResultCount: PAPISize); CDECL;
procedure LoadShapes_Get_Pmult_GR(); CDECL;
procedure LoadShapes_Get_Qmult(var ResultPtr: PDouble; ResultCount: PAPISize); CDECL;
procedure LoadShapes_Get_Qmult_GR(); CDECL;
procedure LoadShapes_Set_Npts(Value: Integer); CDECL;
procedure LoadShapes_Set_Pmult(ValuePtr: PDouble; ValueCount: TAPISize); CDECL;
procedure LoadShapes_Set_Qmult(ValuePtr: PDouble; ValueCount: TAPISize); CDECL;
procedure LoadShapes_Normalize(); CDECL;
procedure LoadShapes_Get_TimeArray(var ResultPtr: PDouble; ResultCount: PAPISize); CDECL;
procedure LoadShapes_Get_TimeArray_GR(); CDECL;
procedure LoadShapes_Set_TimeArray(ValuePtr: PDouble; ValueCount: TAPISize); CDECL;
function LoadShapes_Get_HrInterval(): Double; CDECL;
function LoadShapes_Get_MinInterval(): Double; CDECL;
function LoadShapes_Get_SInterval(): Double; CDECL;
procedure LoadShapes_Set_HrInterval(Value: Double); CDECL;
procedure LoadShapes_Set_MinInterval(Value: Double); CDECL;
procedure LoadShapes_Set_SInterval(Value: Double); CDECL;
function LoadShapes_New(const Name: PAnsiChar): Integer; CDECL;
function LoadShapes_Get_PBase(): Double; CDECL;
function LoadShapes_Get_Qbase(): Double; CDECL;
procedure LoadShapes_Set_PBase(Value: Double); CDECL;
procedure LoadShapes_Set_Qbase(Value: Double); CDECL;
function LoadShapes_Get_UseActual(): TAPIBoolean; CDECL;
procedure LoadShapes_Set_UseActual(Value: TAPIBoolean); CDECL;
function LoadShapes_Get_idx(): Integer; CDECL;
procedure LoadShapes_Set_idx(Value: Integer); CDECL;
procedure LoadShapes_Set_Points(Npts: TAPISize; HoursPtr: Pointer; PMultPtr: Pointer; QMultPtr: Pointer; ExternalMemory: TAPIBoolean; IsFloat32: TAPIBoolean; Stride: Integer); CDECL;
procedure LoadShapes_UseFloat64(); CDECL;
procedure LoadShapes_UseFloat32(); CDECL;
procedure LoadShapes_Set_MaxP(Value: Double); CDECL;
function LoadShapes_Get_MaxP(): Double; CDECL;
procedure LoadShapes_Set_MaxQ(Value: Double); CDECL;
function LoadShapes_Get_MaxQ(): Double; CDECL;

Description

Functions and Procedures

function LoadShapes_Get_Name(): PAnsiChar; CDECL;
 
procedure LoadShapes_Set_Name(const Value: PAnsiChar); CDECL;
 
function LoadShapes_Get_Count(): Integer; CDECL;
 
function LoadShapes_Get_First(): Integer; CDECL;
 
function LoadShapes_Get_Next(): Integer; CDECL;
 
procedure LoadShapes_Get_AllNames(var ResultPtr: PPAnsiChar; ResultCount: PAPISize); CDECL;
 
procedure LoadShapes_Get_AllNames_GR(); CDECL;
 
function LoadShapes_Get_Npts(): Integer; CDECL;
 
procedure LoadShapes_Get_Pmult(var ResultPtr: PDouble; ResultCount: PAPISize); CDECL;
 
procedure LoadShapes_Get_Pmult_GR(); CDECL;
 
procedure LoadShapes_Get_Qmult(var ResultPtr: PDouble; ResultCount: PAPISize); CDECL;
 
procedure LoadShapes_Get_Qmult_GR(); CDECL;
 
procedure LoadShapes_Set_Npts(Value: Integer); CDECL;
 
procedure LoadShapes_Set_Pmult(ValuePtr: PDouble; ValueCount: TAPISize); CDECL;
 
procedure LoadShapes_Set_Qmult(ValuePtr: PDouble; ValueCount: TAPISize); CDECL;
 
procedure LoadShapes_Normalize(); CDECL;
 
procedure LoadShapes_Get_TimeArray(var ResultPtr: PDouble; ResultCount: PAPISize); CDECL;
 
procedure LoadShapes_Get_TimeArray_GR(); CDECL;
 
procedure LoadShapes_Set_TimeArray(ValuePtr: PDouble; ValueCount: TAPISize); CDECL;
 
function LoadShapes_Get_HrInterval(): Double; CDECL;
 
function LoadShapes_Get_MinInterval(): Double; CDECL;
 
function LoadShapes_Get_SInterval(): Double; CDECL;
 
procedure LoadShapes_Set_HrInterval(Value: Double); CDECL;
 
procedure LoadShapes_Set_MinInterval(Value: Double); CDECL;
 
procedure LoadShapes_Set_SInterval(Value: Double); CDECL;
 
function LoadShapes_New(const Name: PAnsiChar): Integer; CDECL;
 
function LoadShapes_Get_PBase(): Double; CDECL;
 
function LoadShapes_Get_Qbase(): Double; CDECL;
 
procedure LoadShapes_Set_PBase(Value: Double); CDECL;
 
procedure LoadShapes_Set_Qbase(Value: Double); CDECL;
 
function LoadShapes_Get_UseActual(): TAPIBoolean; CDECL;
 
procedure LoadShapes_Set_UseActual(Value: TAPIBoolean); CDECL;
 
function LoadShapes_Get_idx(): Integer; CDECL;

API extensions

procedure LoadShapes_Set_idx(Value: Integer); CDECL;
 
procedure LoadShapes_Set_Points(Npts: TAPISize; HoursPtr: Pointer; PMultPtr: Pointer; QMultPtr: Pointer; ExternalMemory: TAPIBoolean; IsFloat32: TAPIBoolean; Stride: Integer); CDECL;
 
procedure LoadShapes_UseFloat64(); CDECL;
 
procedure LoadShapes_UseFloat32(); CDECL;
 
procedure LoadShapes_Set_MaxP(Value: Double); CDECL;
 
function LoadShapes_Get_MaxP(): Double; CDECL;
 
procedure LoadShapes_Set_MaxQ(Value: Double); CDECL;
 
function LoadShapes_Get_MaxQ(): Double; CDECL;
 

Generated by PasDoc 0.16.0.