C# 클래스 Canguro.Model.Serializer.ResultsSerializer

파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 메소드들

메소드 설명
ResultsSerializer ( Canguro model ) : System
Serialize ( XmlWriter xml ) : void

비공개 메소드들

메소드 설명
getDataString ( float data, int index ) : string
getDataString ( float data, int index, int index2 ) : string
writeBaseReactions ( XmlWriter xml ) : void
writeDataTags ( XmlWriter xml, float data ) : void
writeDesignConcreteBeam ( XmlWriter xml ) : void
writeDesignConcreteColumn ( XmlWriter xml ) : void
writeDesignSteelPMM ( XmlWriter xml ) : void
writeDesignSteelShear ( XmlWriter xml ) : void
writeDesignSteelSummary ( XmlWriter xml ) : void
writeElementJointForces ( XmlWriter xml ) : void
writeJointAccelerations ( XmlWriter xml ) : void
writeJointDisplacements ( XmlWriter xml ) : void
writeJointMasses ( XmlWriter xml ) : void
writeJointReactions ( XmlWriter xml ) : void
writeJointVelocities ( XmlWriter xml ) : void
writeModalLoadParticipation ( XmlWriter xml ) : void
writeModalParticipationFactors ( XmlWriter xml ) : void
writeModalParticipationMass ( XmlWriter xml ) : void
writeModalPeriods ( XmlWriter xml ) : void
writeResponseSpectrumModalInfo ( XmlWriter xml ) : void
writeResultCase ( XmlWriter xml, ResultsCase rCase ) : void
writeResultCases ( XmlWriter xml ) : void

메소드 상세

ResultsSerializer() 공개 메소드

public ResultsSerializer ( Canguro model ) : System
model Canguro
리턴 System

Serialize() 공개 메소드

public Serialize ( XmlWriter xml ) : void
xml System.Xml.XmlWriter
리턴 void