<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=dsn6File%28API%29</id>
		<title>dsn6File(API) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?action=history&amp;feed=atom&amp;title=dsn6File%28API%29"/>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=dsn6File(API)&amp;action=history"/>
		<updated>2026-05-04T17:02:36Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.6</generator>

	<entry>
		<id>http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=dsn6File(API)&amp;diff=2033&amp;oldid=prev</id>
		<title>Kinoshita: Created page with &quot;DataManip/'''dsn6File''' is API for dsn6 file.  == constant ==  == struct ==  typedef short Dsn6IntegerType;  typedef unsigned char Dsn6ImageType;   #define Dsn6Header Hea...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.yasunaga-lab.bio.kyutech.ac.jp/Eos/index.php?title=dsn6File(API)&amp;diff=2033&amp;oldid=prev"/>
				<updated>2014-07-29T06:08:27Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;DataManip/&amp;#039;&amp;#039;&amp;#039;dsn6File&amp;#039;&amp;#039;&amp;#039; is API for &lt;a href=&quot;/Eos/index.php?title=dsn6&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;dsn6 (page does not exist)&quot;&gt;dsn6&lt;/a&gt; file.  == constant ==  == struct ==  typedef short Dsn6IntegerType;  typedef unsigned char Dsn6ImageType;   #define Dsn6Header Hea...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DataManip/'''dsn6File''' is API for [[dsn6]] file.&lt;br /&gt;
&lt;br /&gt;
== constant ==&lt;br /&gt;
&lt;br /&gt;
== struct ==&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>