C# 클래스 Hyperion.Core.Api

파일 보기 프로젝트 열기: Kintaro/Hyperion

공개 프로퍼티들

프로퍼티 타입 설명
ActiveTransformBits int
CurrentTransform TransformSet
GraphicsState GraphicsState
NamedCoordinateSystems TransformSet>.Dictionary
PushedActiveTransformBits Stack
PushedGraphicsStates Stack
PushedTransforms Stack
RenderOptions RenderOptions
TransformCache TransformCache
VersionDate System.DateTime

공개 메소드들

메소드 설명
Accelerator ( string name, ParameterSet parameterSet ) : void
AreaLightSource ( string name, ParameterSet parameterSet ) : void
AttributeBegin ( ) : void
AttributeEnd ( ) : void
Camera ( string name, ParameterSet parameterSet ) : void
ConcatTransform ( double tr ) : void
CoordSysTransform ( string name ) : void
Film ( string name, ParameterSet parameterSet ) : void
Light ( string name, ParameterSet parameterSet ) : void
LookAt ( double ex, double ey, double ez, double lx, double ly, double lz, double ux, double uy, double uz ) : void
Material ( string name, ParameterSet parameterSet ) : void
NamedMaterial ( string name, string type, ParameterSet parameterSet ) : void
PixelFilter ( string name, ParameterSet parameterSet ) : void
ReverseOrientation ( ) : void
Rotate ( double angle, double x, double y, double z ) : void
Sampler ( string name, ParameterSet parameterSet ) : void
Scale ( double x, double y, double z ) : void
Shape ( string name, ParameterSet parameterSet ) : void
SurfaceIntegrator ( string name, ParameterSet parameterSet ) : void
Texture ( string name, string type, string texname, ParameterSet parameterSet ) : void
TransformBegin ( ) : void
TransformEnd ( ) : void
Translate ( double x, double y, double z ) : void
VolumeIntegrator ( string name, ParameterSet parameterSet ) : void
WorldBegin ( ) : void
WorldEnd ( ) : void

메소드 상세

Accelerator() 공개 정적인 메소드

public static Accelerator ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

AreaLightSource() 공개 정적인 메소드

public static AreaLightSource ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

AttributeBegin() 공개 정적인 메소드

public static AttributeBegin ( ) : void
리턴 void

AttributeEnd() 공개 정적인 메소드

public static AttributeEnd ( ) : void
리턴 void

Camera() 공개 정적인 메소드

public static Camera ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

ConcatTransform() 공개 정적인 메소드

public static ConcatTransform ( double tr ) : void
tr double
리턴 void

CoordSysTransform() 공개 정적인 메소드

public static CoordSysTransform ( string name ) : void
name string
리턴 void

Film() 공개 정적인 메소드

public static Film ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

Light() 공개 정적인 메소드

public static Light ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

LookAt() 공개 정적인 메소드

public static LookAt ( double ex, double ey, double ez, double lx, double ly, double lz, double ux, double uy, double uz ) : void
ex double
ey double
ez double
lx double
ly double
lz double
ux double
uy double
uz double
리턴 void

Material() 공개 정적인 메소드

public static Material ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

NamedMaterial() 공개 정적인 메소드

public static NamedMaterial ( string name, string type, ParameterSet parameterSet ) : void
name string
type string
parameterSet ParameterSet
리턴 void

PixelFilter() 공개 정적인 메소드

public static PixelFilter ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

ReverseOrientation() 공개 정적인 메소드

public static ReverseOrientation ( ) : void
리턴 void

Rotate() 공개 정적인 메소드

public static Rotate ( double angle, double x, double y, double z ) : void
angle double
x double
y double
z double
리턴 void

Sampler() 공개 정적인 메소드

public static Sampler ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

Scale() 공개 정적인 메소드

public static Scale ( double x, double y, double z ) : void
x double
y double
z double
리턴 void

Shape() 공개 정적인 메소드

public static Shape ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

SurfaceIntegrator() 공개 정적인 메소드

public static SurfaceIntegrator ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

Texture() 공개 정적인 메소드

public static Texture ( string name, string type, string texname, ParameterSet parameterSet ) : void
name string
type string
texname string
parameterSet ParameterSet
리턴 void

TransformBegin() 공개 정적인 메소드

public static TransformBegin ( ) : void
리턴 void

TransformEnd() 공개 정적인 메소드

public static TransformEnd ( ) : void
리턴 void

Translate() 공개 정적인 메소드

public static Translate ( double x, double y, double z ) : void
x double
y double
z double
리턴 void

VolumeIntegrator() 공개 정적인 메소드

public static VolumeIntegrator ( string name, ParameterSet parameterSet ) : void
name string
parameterSet ParameterSet
리턴 void

WorldBegin() 공개 정적인 메소드

public static WorldBegin ( ) : void
리턴 void

WorldEnd() 공개 정적인 메소드

public static WorldEnd ( ) : void
리턴 void

프로퍼티 상세

ActiveTransformBits 공개적으로 정적으로 프로퍼티

public static int ActiveTransformBits
리턴 int

CurrentTransform 공개적으로 정적으로 프로퍼티

public static TransformSet,Hyperion.Core CurrentTransform
리턴 TransformSet

GraphicsState 공개적으로 정적으로 프로퍼티

public static GraphicsState,Hyperion.Core GraphicsState
리턴 GraphicsState

NamedCoordinateSystems 공개적으로 정적으로 프로퍼티

public static Dictionary NamedCoordinateSystems
리턴 TransformSet>.Dictionary

PushedActiveTransformBits 공개적으로 정적으로 프로퍼티

public static Stack PushedActiveTransformBits
리턴 Stack

PushedGraphicsStates 공개적으로 정적으로 프로퍼티

public static Stack PushedGraphicsStates
리턴 Stack

PushedTransforms 공개적으로 정적으로 프로퍼티

public static Stack PushedTransforms
리턴 Stack

RenderOptions 공개적으로 정적으로 프로퍼티

public static RenderOptions,Hyperion.Core RenderOptions
리턴 RenderOptions

TransformCache 공개적으로 정적으로 프로퍼티

public static TransformCache,Hyperion.Core TransformCache
리턴 TransformCache

VersionDate 공개적으로 정적으로 프로퍼티

public static DateTime,System VersionDate
리턴 System.DateTime