Package gov.nih.mipav.model.file
Class FileSurfaceGiftiXML
java.lang.Object
gov.nih.mipav.model.file.FileBase
gov.nih.mipav.model.file.FileXML
gov.nih.mipav.model.file.FileSurfaceGiftiXML
- Direct Known Subclasses:
FileSurfaceGiftiXML_WM
Inherits from FileXML, reads SurfaceRef.XML files based on the "surfaceref.xsd" file. Defines specific variables for
reading and writing surfaceref.xml files:
-
Nested Class Summary
Nested classes/interfaces inherited from class gov.nih.mipav.model.file.FileXML
FileXML.XMLAttributes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String[]protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]protected static final String[]array of strings representing the tags under in the Gifti xml schema.protected static final String[]protected static final String[]protected static final String[]protected static final String[]protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]protected static final String[]array of strings representing the tags underprotected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]array of strings representing the tags underin the Gifti xml schema. protected static final String[]array of strings representing the tags underin the Gifti xml schema. Fields inherited from class gov.nih.mipav.model.file.FileXML
bw, fileDir, fileInfo, fileName, m_kHandler, MIPAV_HEADER, pInterface, TAB, tabLevel, W3C_XML_SCHEMA, XML_ENCODING, XML_HEADERFields inherited from class gov.nih.mipav.model.file.FileBase
BIG_ENDIAN, bitsPerPixel, fileNames, LITTLE_ENDIAN, pBarVisible, raFile, READ, READ_WRITE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nih.mipav.model.file.FileXML
closedTag, closedTag, closedTag, openTag, readHeader, setPBarMethods inherited from class gov.nih.mipav.model.file.FileBase
addProgressChangeListener, bytesToDouble, bytesToFloat, bytesToInt, bytesToShort, doubleToBytes, fireProgressStateChanged, fireProgressStateChanged, fireProgressStateChanged, floatToBytes, getBufferDouble, getBufferFloat, getBufferInt, getBufferLong, getBufferShort, getBufferUShort, getDataType, getDouble, getFloat, getInt, getLong, getProgressChangeListeners, getRaFile, getSignedShort, getString, getUInt, getUnsignedByte, getUnsignedShort, intToBytes, isBigEndian, isProgressBarVisible, linkProgress, longToBytes, readDouble, readFloat, readInt, readLong, readShort, readString, readUnsignedShort, removeProgressChangeListener, setBigEndian, setBufferFloat, setBufferInt, setBufferLong, setBufferShort, setBufferString, setDataType, setEndianess, shortToBytes, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShort
-
Field Details
-
CoordinateSystemTransformMatrixStr
array of strings representing the tags underin the Gifti xml schema. -
DataStr
array of strings representing the tags under in the Gifti xml schema. -
DataArrayStr
array of strings representing the tags underin the Gifti xml schema. -
DataArrayAttributes
-
IntentValues
-
ArrayIndexingOrderValues
-
DataTypeValues
-
EndianValues
-
EncodingTypes
-
DataSpaceValues
-
GiftiStr
array of strings representing the tags underin the Gifti xml schema. -
GiftiAttributes
-
LabelStr
array of strings representing the tags under -
LabelTableStr
array of strings representing the tags underin the Gifti xml schema. -
MatrixDataStr
array of strings representing the tags underin the Gifti xml schema. -
MDStr
array of strings representing the tags underin the Gifti xml schema. -
MetaDataStr
array of strings representing the tags underin the Gifti xml schema. -
NameStr
array of strings representing the tags underin the Gifti xml schema. -
TransformedSpaceStr
array of strings representing the tags underin the Gifti xml schema. -
ValueStr
array of strings representing the tags underin the Gifti xml schema.
-
-
Constructor Details
-
FileSurfaceGiftiXML
Constructs new file object.- Parameters:
fName- File name.fDir- File directory.
-
-
Method Details