<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?action=history&amp;feed=atom&amp;title=dsn6File%28API%29</id>
		<title>dsn6File(API) - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?action=history&amp;feed=atom&amp;title=dsn6File%28API%29"/>
		<link rel="alternate" type="text/html" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=dsn6File(API)&amp;action=history"/>
		<updated>2026-04-21T21:30:46Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=dsn6File(API)&amp;diff=8441&amp;oldid=prev</id>
		<title>Kinoshita: ページの作成:「DataManip/'''dsn6File'''はdsn6ファイルのためのAPI です。  == 定数 ==  == 構造体 ==  typedef short Dsn6IntegerType;  typedef unsigned char Dsn6ImageTy...」</title>
		<link rel="alternate" type="text/html" href="https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=dsn6File(API)&amp;diff=8441&amp;oldid=prev"/>
				<updated>2014-05-20T07:32:56Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「DataManip/&amp;#039;&amp;#039;&amp;#039;dsn6File&amp;#039;&amp;#039;&amp;#039;は&lt;a href=&quot;/EosJ/index.php?title=dsn6&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;dsn6 (存在しないページ)&quot;&gt;dsn6&lt;/a&gt;ファイルのためのAPI です。  == 定数 ==  == 構造体 ==  typedef short Dsn6IntegerType;  typedef unsigned char Dsn6ImageTy...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DataManip/'''dsn6File'''は[[dsn6]]ファイルのためのAPI です。&lt;br /&gt;
&lt;br /&gt;
== 定数 ==&lt;br /&gt;
&lt;br /&gt;
== 構造体 ==&lt;br /&gt;
 typedef short Dsn6IntegerType;&lt;br /&gt;
 typedef unsigned char Dsn6ImageType;&lt;br /&gt;
&lt;br /&gt;
 #define Dsn6Header Header.DSN6HeaderCont&lt;br /&gt;
&lt;br /&gt;
 typedef struct Dsn6Coord {&lt;br /&gt;
 	Dsn6IntegerType x;&lt;br /&gt;
 	Dsn6IntegerType y;&lt;br /&gt;
 	Dsn6IntegerType z;&lt;br /&gt;
 } Dsn6Coord;&lt;br /&gt;
&lt;br /&gt;
 typedef struct Dsn6HeaderContent {&lt;br /&gt;
 	Dsn6Coord Start;&lt;br /&gt;
 	Dsn6Coord Extent;&lt;br /&gt;
 	Dsn6Coord SamplingRate;&lt;br /&gt;
 	Dsn6IntegerType	ACellEdge;&lt;br /&gt;
 	Dsn6IntegerType	BCellEdge;&lt;br /&gt;
 	Dsn6IntegerType	CCellEdge;&lt;br /&gt;
 	Dsn6IntegerType	CosAlpha;&lt;br /&gt;
 	Dsn6IntegerType	CosBeta;&lt;br /&gt;
 	Dsn6IntegerType	CosGamma;&lt;br /&gt;
 	Dsn6IntegerType	DensScaling;&lt;br /&gt;
 	Dsn6IntegerType	DensOffset;&lt;br /&gt;
 	Dsn6IntegerType	CellConstantScalingFactor;&lt;br /&gt;
 	Dsn6IntegerType	Weight;&lt;br /&gt;
 	Dsn6IntegerType dummy[256-19];&lt;br /&gt;
 } Dsn6HeaderContent;&lt;br /&gt;
&lt;br /&gt;
 typedef union DSN6Header {&lt;br /&gt;
 	char               byte[512];&lt;br /&gt;
 	Dsn6IntegerType    data[256];&lt;br /&gt;
 	Dsn6HeaderContent  DSN6HeaderCont;&lt;br /&gt;
 } DSN6Header;&lt;br /&gt;
&lt;br /&gt;
 typedef struct Dsn6 {&lt;br /&gt;
 	DSN6Header     Header;&lt;br /&gt;
 	Dsn6ImageType* Image;	&lt;br /&gt;
 	float*	       FloatImage;	&lt;br /&gt;
 } Dsn6;&lt;br /&gt;
&lt;br /&gt;
== API ==&lt;br /&gt;
 extern void dsn6Init(Dsn6* map, int mode);&lt;br /&gt;
 extern void dsn6ImageAllocate(Dsn6* map, int mode);&lt;br /&gt;
&lt;br /&gt;
 extern void dsn6FileWrite(Dsn6* map, FILE* fpt, int mode);&lt;/div&gt;</summary>
		<author><name>Kinoshita</name></author>	</entry>

	</feed>