From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLPACS_1_1CPrimitiveBlock.html | 236 +++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 docs/doxygen/nel/classNLPACS_1_1CPrimitiveBlock.html (limited to 'docs/doxygen/nel/classNLPACS_1_1CPrimitiveBlock.html') diff --git a/docs/doxygen/nel/classNLPACS_1_1CPrimitiveBlock.html b/docs/doxygen/nel/classNLPACS_1_1CPrimitiveBlock.html new file mode 100644 index 00000000..ad3d7187 --- /dev/null +++ b/docs/doxygen/nel/classNLPACS_1_1CPrimitiveBlock.html @@ -0,0 +1,236 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLPACS::CPrimitiveBlock Class Reference

Block of pacs primitive. +More... +

+#include <primitive_block.h> +

+

Inheritance diagram for NLPACS::CPrimitiveBlock: +

+ +NLPACS::UPrimitiveBlock + +List of all members. + + + + + + + + + + +

Public Methods

void serial (NLMISC::IStream &s)

Static Public Methods

from UPrimitive block, create a P.B. from a stream
UPrimitiveBlockcreatePrimitiveBlock (NLMISC::IStream &src)
 Create a primitive block from a stream. More...

UPrimitiveBlockcreatePrimitiveBlockFromFile (const std::string &fileName)
 Create a primitive block from its file name. More...


Public Attributes

std::vector< CPrimitiveDescPrimitives
+

Detailed Description

+Block of pacs primitive. +

+

+Author:
+Cyril 'Hulud' Corvazier , Nevrax France
+Date:
+2002
+

+ +

+Definition at line 94 of file pacs/primitive_block.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
UPrimitiveBlock* NLPACS::CPrimitiveBlock::createPrimitiveBlock NLMISC::IStream  src [static]
+
+ + + + + +
+   + + +

+Create a primitive block from a stream. +

+This may raise exception if loading failed +

+Reimplemented from NLPACS::UPrimitiveBlock.

+

+ + + + +
+ + + + + + + + + + +
UPrimitiveBlock* NLPACS::CPrimitiveBlock::createPrimitiveBlockFromFile const std::string &   fileName [static]
+
+ + + + + +
+   + + +

+Create a primitive block from its file name. +

+This may raise exceptions if loading failed. +

+Reimplemented from NLPACS::UPrimitiveBlock.

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CPrimitiveBlock::serial NLMISC::IStream  s
+
+ + + + + +
+   + + +

+ +

+Definition at line 84 of file primitive_block_pacs.cpp. +

+References Primitives, s, NLMISC::IStream::serialCheck, NLMISC::IStream::serialCont, NLMISC::IStream::serialVersion, uint32, NLMISC::IStream::xmlPop, and NLMISC::IStream::xmlPush.

+


Member Data Documentation

+

+ + + + +
+ + +
std::vector<CPrimitiveDesc> NLPACS::CPrimitiveBlock::Primitives +
+
+ + + + + +
+   + + +

+ +

+Definition at line 99 of file pacs/primitive_block.h. +

+Referenced by serial.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1