C# 클래스 YAMP.XYZPlotValue

Abstract base class for plot values that are based on an XYZ (or similar) coordinate system.
상속: XYPlotValue
파일 보기 프로젝트 열기: FlorianRappl/YAMP

Private Properties

프로퍼티 타입 설명
Deserialize void
Serialize void

공개 메소드들

메소드 설명
SetZRange ( double min, double max ) : void

Sets the z-range (min and max) in one statement.

XYZPlotValue ( ) : System

Creates a new instance.

보호된 메소드들

메소드 설명
InitializeBoundaries ( ) : void

Initializes the values MinX, MaxX, MinY, MaxY, MinZ and MaxZ.

비공개 메소드들

메소드 설명
Deserialize ( Deserializer ds ) : void
Serialize ( Serializer s ) : void

메소드 상세

InitializeBoundaries() 보호된 메소드

Initializes the values MinX, MaxX, MinY, MaxY, MinZ and MaxZ.
protected InitializeBoundaries ( ) : void
리턴 void

SetZRange() 공개 메소드

Sets the z-range (min and max) in one statement.
public SetZRange ( double min, double max ) : void
min double The minimum for the z-axis.
max double The maximum for the z-axis.
리턴 void

XYZPlotValue() 공개 메소드

Creates a new instance.
public XYZPlotValue ( ) : System
리턴 System