/usr/include/vtkNIFTIHeader.h is in libvtk-dicom-dev 0.7.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 | /*=========================================================================
Program: Visualization Toolkit
Module: vtkNIFTIHeader.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
// .NAME vtkNIFTIHeader - Store NIfTI header information.
// .SECTION Description
// This class stores the header of a NIfTI file in a VTK-friendly format.
// By using this class, it is possible to specify the header information
// that will be stored in a file written by the vtkNIFTIWriter. Note
// that the SForm and QForm orientation information in this class will be
// ignored by the writer if an SForm and QForm have been explicitly set
// via the writer's SetSForm and SetQForm methods. Also note that all
// info like Dim, PixDim, DataType, etc. will be ignored by the writer
// because this information must instead be taken from the vtkImageData
// information. Finally, note that the vtkNIFTIWriter will ignore the
// Descrip field, since it has its own SetDescription method.
// .SECTION Thanks
// This class was contributed to VTK by the Calgary Image Processing and
// Analysis Centre (CIPAC).
// .SECTION See Also
// vtkNIFTIReader, vtkNIFTIWriter
#ifndef vtkNIFTIHeader_h
#define vtkNIFTIHeader_h
#include <vtkObject.h>
#include "vtkDICOMModule.h" // For export macro
struct nifti_1_header;
struct nifti_2_header;
//----------------------------------------------------------------------------
class VTKDICOM_EXPORT vtkNIFTIHeader : public vtkObject
{
public:
// Description:
// NIFTI intent codes.
enum IntentCodeEnum {
IntentNone = 0,
IntentCorrel = 2,
IntentTTest = 3,
IntentFTest = 4,
IntentZScore = 5,
IntentChiSQ = 6,
IntentBeta = 7,
IntentBinom = 8,
IntentGamma = 9,
IntentPoisson = 10,
IntentNormal = 11,
IntentFTestNonc = 12,
IntentChiSQNonc = 13,
IntentLogistic = 14,
IntentLaplace = 15,
IntentUniform = 16,
IntentTTestNonc = 17,
IntentWeibull = 18,
IntentChi = 19,
IntentInvGauss = 20,
IntentExtVal = 21,
IntentPVal = 22,
IntentLogPVal = 23,
IntentLog10PVal = 24,
IntentEstimate = 1001,
IntentLabel = 1002,
IntentNeuroName = 1003,
IntentGenMatrix = 1004,
IntentSymMatrix = 1005,
IntentDispVect = 1006,
IntentVector = 1007,
IntentPointSet = 1008,
IntentTriangle = 1009,
IntentQuaternion = 1010,
IntentDimless = 1011,
IntentTimeSeries = 2001,
IntentNodeIndex = 2002,
IntentRGBVector = 2003,
IntentRGBAVector = 2004,
IntentShape = 2005
};
// Description:
// NIFTI transform codes.
enum XFormCodeEnum {
XFormUnkown = 0,
XFormScannerAnat = 1,
XFormAlignedAnat = 2,
XFormTalairach = 3,
XFormMNI152 = 4
};
// Description:
// NIFTI slice codes.
enum SliceCodeEnum {
SliceUnknown = 0,
SliceSeqInc = 1,
SliceSeqDec = 2,
SliceAltInc = 3,
SliceAltDec = 4,
SliceAltInc2 = 5,
SliceAltDec2 = 6
};
// Description:
// NIFTI unit codes.
enum UnitsXYZTEnum {
UnitsUnknown = 0,
UnitsMeter = 1,
UnitsMM = 2,
UnitsMicron = 3,
UnitsSpace = 7,
UnitsSec = 8,
UnitsMSec = 16,
UnitsUSec = 24,
UnitsHz = 32,
UnitsPPM = 40,
UnitsRads = 48,
UnitsTime = 56
};
// Description:
// NIFTI data types.
// Types RGB24 and RGB32 are represented in VTK as a multi-component
// unsigned char image. Complex values are represented as two-component
// images. The NIFTI types Float128 and Complex256 are not supported.
enum DataTypeEnum {
TypeUInt8 = 2,
TypeInt16 = 4,
TypeInt32 = 8,
TypeFloat32 = 16,
TypeComplex64 = 32,
TypeFloat64 = 64,
TypeRGB24 = 128,
TypeInt8 = 256,
TypeUInt16 = 512,
TypeUInt32 = 768,
TypeInt64 = 1024,
TypeUInt64 = 1280,
TypeFloat128 = 1536,
TypeComplex128 = 1792,
TypeComplex256 = 2048,
TypeRGBA32 = 2304
};
// Description:
// NIFTI header sizes.
enum HeaderSizeEnum {
Nifti1HeaderSize = 348,
Nifti2HeaderSize = 540
};
// Description:
// Static method for construction.
static vtkNIFTIHeader *New();
vtkTypeMacro(vtkNIFTIHeader, vtkObject);
// Description:
// Print information about this object.
virtual void PrintSelf(ostream& os, vtkIndent indent);
// Description:
// Get the magic number for the NIFTI file as a null-terminated string.
const char *GetMagic() { return this->Magic; }
// Description:
// Get the offset to the pixel data within the file.
vtkTypeInt64 GetVoxOffset() { return this->VoxOffset; }
// Description:
// Get the data type.
int GetDataType() { return this->DataType; }
// Description:
// Get the number of bits per pixel.
int GetBitPix() { return this->BitPix; }
// Description:
// Get the nth dimension of the data, where GetDim(0) returns the
// number of dimensions that are defined for the file.
vtkTypeInt64 GetDim(int i) {
return (i < 0 || i > 7 ? 0 : this->Dim[i]); }
// Description:
// Get the sample spacing in the nth dimension. If GetPixDim(0) is
// negative, then the quaternion for the qform describes the correct
// orientation only after the slice ordering has been reversed.
double GetPixDim(int i) {
return (i < 0 || i > 7 ? 0.0 : this->PixDim[i]); }
// Description:
// Get the NIFTI intent code. This is an enumerated value in the NIFTI
// header that states what the data is intended to be used for.
vtkSetMacro(IntentCode, int);
int GetIntentCode() { return this->IntentCode; }
// Description:
// Get the intent name. This should match the intent code.
void SetIntentName(const char *name);
const char *GetIntentName() { return this->IntentName; }
// Description:
// Get one of the NIFTI intent parameters. The definition of these
// parameters varies according to the IntentCode.
vtkSetMacro(IntentP1, double);
double GetIntentP1() { return this->IntentP1; }
vtkSetMacro(IntentP2, double);
double GetIntentP2() { return this->IntentP2; }
vtkSetMacro(IntentP3, double);
double GetIntentP3() { return this->IntentP3; }
// Description:
// Get the scale and slope to apply to the data in order to get
// the real-valued data values.
vtkSetMacro(SclSlope, double);
double GetSclSlope() { return this->SclSlope; }
vtkSetMacro(SclInter, double);
double GetSclInter() { return this->SclInter; }
// Description:
// Get the calibrated range of the data, i.e. the values stored in the
// cal_min and cal_max fields in the header.
vtkSetMacro(CalMin, double);
double GetCalMin() { return this->CalMin; }
vtkSetMacro(CalMax, double);
double GetCalMax() { return this->CalMax; }
// Description:
// Get the slice_duration and toffset from the header.
vtkSetMacro(SliceDuration, double);
double GetSliceDuration() { return this->SliceDuration; }
vtkSetMacro(TOffset, double);
double GetTOffset() { return this->TOffset; }
// Description:
// Get the slice range for the data.
vtkSetMacro(SliceStart, vtkTypeInt64);
vtkTypeInt64 GetSliceStart() { return this->SliceStart; }
vtkSetMacro(SliceEnd, vtkTypeInt64);
vtkTypeInt64 GetSliceEnd() { return this->SliceEnd; }
// Description:
// Get the slice code for the data.
vtkSetMacro(SliceCode, int);
int GetSliceCode() { return this->SliceCode; }
// Description:
// Get a bitfield that describes the units for the first 4 dims.
vtkSetMacro(XYZTUnits, int);
int GetXYZTUnits() { return this->XYZTUnits; }
// Description:
// Get a bitfield with extra information about the dimensions, it
// states which dimensions are the phase encode, frequency encode,
// and slice encode dimensions for MRI acquisitions.
vtkSetMacro(DimInfo, int);
int GetDimInfo() { return this->DimInfo; }
// Description:
// Get a null-terminated file descriptor, this usually gives the
// name of the software that wrote the file. It will have a maximum
// length of 80 characters.
void SetDescrip(const char *descrip);
const char *GetDescrip() { return this->Descrip; }
// Description:
// Get an auxiliary file, e.g. a color table, that is associated
// with this data. The length of the filename must be a maximum of
// 24 characters, and it will be assumed to be in the same directory
// as the NIFTI file.
void SetAuxFile(const char *auxfile);
const char *GetAuxFile() { return this->AuxFile; }
// Description:
// Get the QForm or SForm code.
vtkSetMacro(QFormCode, int);
int GetQFormCode() { return this->QFormCode; }
vtkSetMacro(SFormCode, int);
int GetSFormCode() { return this->SFormCode; }
// Description:
// Get information about the quaternion transformation. Note that
// the vtkNIFTIWriter ignores this part of the header if a quaternion
// has been set via vtkNIFTIWriter::SetQFormMatrix().
vtkSetMacro(QuaternB, double);
double GetQuaternB() { return this->QuaternB; }
vtkSetMacro(QuaternC, double);
double GetQuaternC() { return this->QuaternC; }
vtkSetMacro(QuaternD, double);
double GetQuaternD() { return this->QuaternD; }
vtkSetMacro(QOffsetX, double);
double GetQOffsetX() { return this->QOffsetX; }
vtkSetMacro(QOffsetY, double);
double GetQOffsetY() { return this->QOffsetY; }
vtkSetMacro(QOffsetZ, double);
double GetQOffsetZ() { return this->QOffsetZ; }
// Description:
// Get information about the matrix transformation. Note that
// the vtkNIFTIWriter ignores this part of the header if a matrix
// has been set via vtkNIFTIWriter::SetSFormMatrix().
vtkSetVector4Macro(SRowX, double);
vtkGetVector4Macro(SRowX, double);
vtkSetVector4Macro(SRowY, double);
vtkGetVector4Macro(SRowY, double);
vtkSetVector4Macro(SRowZ, double);
vtkGetVector4Macro(SRowZ, double);
// Description:
// Initialize the header to default values.
void Initialize();
// Description:
// Make a copy of the header.
void DeepCopy(vtkNIFTIHeader *o);
// Description:
// Set the values from an existing nifti struct, or store
// the values in an existing nifti struct.
void SetHeader(const nifti_1_header *hdr);
void GetHeader(nifti_1_header *hdr);
void SetHeader(const nifti_2_header *hdr);
void GetHeader(nifti_2_header *hdr);
protected:
vtkNIFTIHeader();
~vtkNIFTIHeader();
char Magic[12];
vtkTypeInt64 VoxOffset;
int DataType;
int BitPix;
vtkTypeInt64 Dim[8];
double PixDim[8];
int IntentCode;
char IntentName[18];
double IntentP1;
double IntentP2;
double IntentP3;
double SclSlope;
double SclInter;
double CalMin;
double CalMax;
double SliceDuration;
double TOffset;
vtkTypeInt64 SliceStart;
vtkTypeInt64 SliceEnd;
int SliceCode;
int XYZTUnits;
int DimInfo;
char Descrip[82];
char AuxFile[26];
int QFormCode;
int SFormCode;
double QuaternB;
double QuaternC;
double QuaternD;
double QOffsetX;
double QOffsetY;
double QOffsetZ;
double SRowX[4];
double SRowY[4];
double SRowZ[4];
void SetStringValue(char *x, const char *y, size_t n);
private:
vtkNIFTIHeader(const vtkNIFTIHeader&); // Not implemented.
void operator=(const vtkNIFTIHeader&); // Not implemented.
};
#endif // vtkNIFTIHeader_h
|