1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50 <title>nw::gfx::res::ResGraphicsFile</title> 51 </head> 52 <body> 53 <h1><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../../nw/gfx/res/Overview.html">res</a>::ResGraphicsFile Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class ResGraphicsFile : public <a href="../../../../nw/gfx/res/ResFileHeader/Overview.html">nw::gfx::res::ResFileHeader</a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Binary resource class that represents files for graphics.</p> 61 </div> 62 <a name="function" id="function"> 63 <h2>Member Functions</h2> 64 <div class="section"> 65 <table class="members"> 66 <tr> 67 <td width="100"> </td> 68 <th> 69 <a href="../../../../nw/gfx/res/ResGraphicsFile/ResGraphicsFile.html">ResGraphicsFile</a> 70 </th> 71 <td>Constructor.</td> 72 </tr> 73 <tr> 74 <td width="100"> </td> 75 <th> 76 <a href="../../../../nw/gfx/res/ResGraphicsFile/ptr.html">ptr</a> 77 </th> 78 <td>Gets a pointer to actual data.</td> 79 </tr> 80 <tr> 81 <td width="100"> </td> 82 <th> 83 <a href="../../../../nw/gfx/res/ResGraphicsFile/ref.html"><CODE>ref</CODE></a> 84 </th> 85 <td>Gets the reference to the actual data.</td> 86 </tr> 87 <tr> 88 <td width="100"> </td> 89 <th> 90 <a href="../../../../nw/gfx/res/ResGraphicsFile/operator==.html"><CODE>operator ==</CODE></a> 91 </th> 92 <td> 93 </td> 94 </tr> 95 <tr> 96 <td width="100"> </td> 97 <th> 98 <a href="../../../../nw/gfx/res/ResGraphicsFile/operator!=.html"><CODE>operator!=</CODE></a> 99 </th> 100 <td> 101 </td> 102 </tr> 103 <tr> 104 <td width="100"> </td> 105 <th> 106 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetModelsCount.html">GetModelsCount</a> 107 </th> 108 <td>Gets the number of model resources.</td> 109 </tr> 110 <tr> 111 <td width="100"> </td> 112 <th> 113 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetModels.html">GetModels</a> 114 </th> 115 <td>Gets the model resource.</td> 116 </tr> 117 <tr> 118 <td width="100"> </td> 119 <th> 120 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetModelsIndex.html">GetModelsIndex</a> 121 </th> 122 <td>Gets the index number of the model resource in the dictionary.</td> 123 </tr> 124 <tr> 125 <td width="100"> </td> 126 <th> 127 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetTexturesCount.html">GetTexturesCount</a> 128 </th> 129 <td>Gets the number of texture resources.</td> 130 </tr> 131 <tr> 132 <td width="100"> </td> 133 <th> 134 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetTextures.html">GetTextures</a> 135 </th> 136 <td>Gets the texture resource.</td> 137 </tr> 138 <tr> 139 <td width="100"> </td> 140 <th> 141 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetTexturesIndex.html">GetTexturesIndex</a> 142 </th> 143 <td>Gets the index number of the texture resource in the dictionary.</td> 144 </tr> 145 <tr> 146 <td width="100"> </td> 147 <th> 148 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLutSetsCount.html">GetLutSetsCount</a> 149 </th> 150 <td>Gets the number of lookup table set resources.</td> 151 </tr> 152 <tr> 153 <td width="100"> </td> 154 <th> 155 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLutSets.html">GetLutSets</a> 156 </th> 157 <td>Gets a lookup table set resource.</td> 158 </tr> 159 <tr> 160 <td width="100"> </td> 161 <th> 162 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLutSetsIndex.html">GetLutSetsIndex</a> 163 </th> 164 <td>Gets the index number of the lookup table set resource in the dictionary.</td> 165 </tr> 166 <tr> 167 <td width="100"> </td> 168 <th> 169 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetShadersCount.html">GetShadersCount</a> 170 </th> 171 <td>Gets the number of shader resources.</td> 172 </tr> 173 <tr> 174 <td width="100"> </td> 175 <th> 176 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetShaders.html">GetShaders</a> 177 </th> 178 <td>Gets a shader resource.</td> 179 </tr> 180 <tr> 181 <td width="100"> </td> 182 <th> 183 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetShadersIndex.html">GetShadersIndex</a> 184 </th> 185 <td>Gets the index number of the shader resource in the dictionary.</td> 186 </tr> 187 <tr> 188 <td width="100"> </td> 189 <th> 190 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetCamerasCount.html">GetCamerasCount</a> 191 </th> 192 <td>Gets the number of camera resources.</td> 193 </tr> 194 <tr> 195 <td width="100"> </td> 196 <th> 197 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetCameras.html">GetCameras</a> 198 </th> 199 <td>Gets a camera animation resource.</td> 200 </tr> 201 <tr> 202 <td width="100"> </td> 203 <th> 204 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetCamerasIndex.html">GetCamerasIndex</a> 205 </th> 206 <td>Gets the index number of camera resources in the dictionary.</td> 207 </tr> 208 <tr> 209 <td width="100"> </td> 210 <th> 211 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLightsCount.html">GetLightsCount</a> 212 </th> 213 <td>Gets the number of light resources.</td> 214 </tr> 215 <tr> 216 <td width="100"> </td> 217 <th> 218 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLights.html">GetLights</a> 219 </th> 220 <td>Gets a light animation resource.</td> 221 </tr> 222 <tr> 223 <td width="100"> </td> 224 <th> 225 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLightsIndex.html">GetLightsIndex</a> 226 </th> 227 <td>Gets the index number of the light resource in the dictionary.</td> 228 </tr> 229 <tr> 230 <td width="100"> </td> 231 <th> 232 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetFogsCount.html">GetFogsCount</a> 233 </th> 234 <td>Gets the number of fog resources.</td> 235 </tr> 236 <tr> 237 <td width="100"> </td> 238 <th> 239 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetFogs.html">GetFogs</a> 240 </th> 241 <td>Get fog resource.</td> 242 </tr> 243 <tr> 244 <td width="100"> </td> 245 <th> 246 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetFogsIndex.html">GetFogsIndex</a> 247 </th> 248 <td>Gets the index number of the fog resource in the dictionary.</td> 249 </tr> 250 <tr> 251 <td width="100"> </td> 252 <th> 253 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetSceneEnvironmentSettingsCount.html">GetSceneEnvironmentSettingsCount</a> 254 </th> 255 <td>Gets the number of scene environment setting resources.</td> 256 </tr> 257 <tr> 258 <td width="100"> </td> 259 <th> 260 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetSceneEnvironmentSettings.html">GetSceneEnvironmentSettings</a> 261 </th> 262 <td>Gets the scene environment setting resource.</td> 263 </tr> 264 <tr> 265 <td width="100"> </td> 266 <th> 267 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetSceneEnvironmentSettingsIndex.html">GetSceneEnvironmentSettingsIndex</a> 268 </th> 269 <td>Gets the index number of the scene environment setting resource in the dictionary.</td> 270 </tr> 271 <tr> 272 <td width="100"> </td> 273 <th> 274 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetSkeletalAnimsCount.html">GetSkeletalAnimsCount</a> 275 </th> 276 <td>Gets the number of skeletal animation resources.</td> 277 </tr> 278 <tr> 279 <td width="100"> </td> 280 <th> 281 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetSkeletalAnims.html">GetSkeletalAnims</a> 282 </th> 283 <td>Gets the skeletal animation resource.</td> 284 </tr> 285 <tr> 286 <td width="100"> </td> 287 <th> 288 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetSkeletalAnimsIndex.html">GetSkeletalAnimsIndex</a> 289 </th> 290 <td>Gets the index number of the skeletal animation resource in the dictionary.</td> 291 </tr> 292 <tr> 293 <td width="100"> </td> 294 <th> 295 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetMaterialAnimsCount.html">GetMaterialAnimsCount</a> 296 </th> 297 <td>Gets the number of material animation resources.</td> 298 </tr> 299 <tr> 300 <td width="100"> </td> 301 <th> 302 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetMaterialAnims.html">GetMaterialAnims</a> 303 </th> 304 <td>Gets a material animation resource.</td> 305 </tr> 306 <tr> 307 <td width="100"> </td> 308 <th> 309 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetMaterialAnimsIndex.html">GetMaterialAnimsIndex</a> 310 </th> 311 <td>Gets the index number of the materials animation resource in the dictionary.</td> 312 </tr> 313 <tr> 314 <td width="100"> </td> 315 <th> 316 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetVisibilityAnimsCount.html">GetVisibilityAnimsCount</a> 317 </th> 318 <td>Gets the number of visibility animation resource.</td> 319 </tr> 320 <tr> 321 <td width="100"> </td> 322 <th> 323 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetVisibilityAnims.html">GetVisibilityAnims</a> 324 </th> 325 <td>Gets a visibility animation resource.</td> 326 </tr> 327 <tr> 328 <td width="100"> </td> 329 <th> 330 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetVisibilityAnimsIndex.html">GetVisibilityAnimsIndex</a> 331 </th> 332 <td>Gets the index number of the visibility animation resource in the dictionary.</td> 333 </tr> 334 <tr> 335 <td width="100"> </td> 336 <th> 337 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetCameraAnimsCount.html">GetCameraAnimsCount</a> 338 </th> 339 <td>Gets the number of camera animation resources.</td> 340 </tr> 341 <tr> 342 <td width="100"> </td> 343 <th> 344 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetCameraAnims.html">GetCameraAnims</a> 345 </th> 346 <td>Gets a camera animation resource.</td> 347 </tr> 348 <tr> 349 <td width="100"> </td> 350 <th> 351 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetCameraAnimsIndex.html">GetCameraAnimsIndex</a> 352 </th> 353 <td>Gets the index number of the camera animation resource in the dictionary.</td> 354 </tr> 355 <tr> 356 <td width="100"> </td> 357 <th> 358 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLightAnimsCount.html">GetLightAnimsCount</a> 359 </th> 360 <td>Gets the number of light animation resources.</td> 361 </tr> 362 <tr> 363 <td width="100"> </td> 364 <th> 365 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLightAnims.html">GetLightAnims</a> 366 </th> 367 <td>Gets a light animation resource.</td> 368 </tr> 369 <tr> 370 <td width="100"> </td> 371 <th> 372 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetLightAnimsIndex.html">GetLightAnimsIndex</a> 373 </th> 374 <td>Gets the index number of the light animation resource in the dictionary.</td> 375 </tr> 376 <tr> 377 <td width="100"> </td> 378 <th> 379 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetFogAnimsCount.html">GetFogAnimsCount</a> 380 </th> 381 <td> 382 </td> 383 </tr> 384 <tr> 385 <td width="100"> </td> 386 <th> 387 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetFogAnims.html"><CODE>GetFogAnims</CODE></a> 388 </th> 389 <td> 390 </td> 391 </tr> 392 <tr> 393 <td width="100"> </td> 394 <th> 395 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetFogAnimsIndex.html">GetFogAnimsIndex</a> 396 </th> 397 <td> 398 </td> 399 </tr> 400 <tr> 401 <td width="100"> </td> 402 <th> 403 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetEmittersCount.html">GetEmittersCount</a> 404 </th> 405 <td>Gets the number of emitter resources.</td> 406 </tr> 407 <tr> 408 <td width="100"> </td> 409 <th> 410 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetEmitters.html">GetEmitters</a> 411 </th> 412 <td>Gets the emitter resource.</td> 413 </tr> 414 <tr> 415 <td width="100"> </td> 416 <th> 417 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetEmittersIndex.html">GetEmittersIndex</a> 418 </th> 419 <td>Gets the index number of the emitter resource in the dictionary.</td> 420 </tr> 421 <tr> 422 <td width="100"> </td> 423 <th> 424 <a href="../../../../nw/gfx/res/ResGraphicsFile/Setup.html">Setup</a> 425 </th> 426 <td>Initializes file contents. Generates commands and resolves external references using the file given by argument.</td> 427 </tr> 428 <tr> 429 <td width="100"> </td> 430 <th> 431 <a href="../../../../nw/gfx/res/ResGraphicsFile/Cleanup.html"><CODE>Cleanup</CODE></a> 432 </th> 433 <td>Frees a resource.</td> 434 </tr> 435 <tr> 436 <td width="100"> </td> 437 <th> 438 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachModel.html">ForeachModel</a> 439 </th> 440 <td>Goes though all <a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a> in <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a>, applying <CODE>TFunction</CODE>.</td> 441 </tr> 442 <tr> 443 <td width="100"> </td> 444 <th> 445 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachMaterial.html">ForeachMaterial</a> 446 </th> 447 <td>Goes though all instances of <a href="../../../../nw/gfx/res/ResMaterial/Overview.html">ResMaterial</a> in <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a> and applies <CODE>TFunction</CODE>.</td> 448 </tr> 449 <tr> 450 <td width="100"> </td> 451 <th> 452 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachModelMaterial.html">ForeachModelMaterial</a> 453 </th> 454 <td>Traverses all <a href="../../../../nw/gfx/res/ResModel/Overview.html">ResModel</a> and <a href="../../../../nw/gfx/res/ResMaterial/Overview.html">ResMaterial</a> objects in <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a> and applies <CODE>TFunction</CODE>.</td> 455 </tr> 456 <tr> 457 <td width="100"> </td> 458 <th> 459 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachTexture.html"><CODE>ForeachTexture</CODE></a> 460 </th> 461 <td>Goes though all <a href="../../../../nw/gfx/res/ResTexture/Overview.html">ResTexture</a> in <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a>, applying <CODE>TFunction</CODE>.</td> 462 </tr> 463 <tr> 464 <td width="100"> </td> 465 <th> 466 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachIndexStream.html"><CODE>ForeachIndexStream</CODE></a> 467 </th> 468 <td>Goes through entire <a href="../../../../nw/gfx/res/ResIndexStream/Overview.html">ResIndexStream</a> in <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a>, applying <CODE>TFunction</CODE>.</td> 469 </tr> 470 <tr> 471 <td width="100"> </td> 472 <th> 473 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachVertexStream.html"><CODE>ForeachVertexStream</CODE></a> 474 </th> 475 <td>Goes through entire <a href="../../../../nw/gfx/res/ResVertexStream/Overview.html">ResVertexStream</a> in <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a>, applying <CODE>TFunction</CODE>.</td> 476 </tr> 477 <tr> 478 <td width="100"> </td> 479 <th> 480 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachUnresolvedReferenceTexture.html">ForeachUnresolvedReferenceTexture</a> 481 </th> 482 <td>All <a href="../../../../nw/gfx/res/ResTexture/Overview.html">ResTexture</a> objects inside <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a> are traversed, and TFunction is applied if a ReferenceTexture remains unresolved.</td> 483 </tr> 484 <tr> 485 <td width="100"> </td> 486 <th> 487 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachUnresolvedReferenceLut.html">ForeachUnresolvedReferenceLut</a> 488 </th> 489 <td>All <a href="../../../../nw/gfx/res/ResLookupTable/Overview.html">ResLookupTable</a> objects inside <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a> are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved.</td> 490 </tr> 491 <tr> 492 <td width="100"> </td> 493 <th> 494 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachUnresolvedReferenceShader.html">ForeachUnresolvedReferenceShader</a> 495 </th> 496 <td>All <a href="../../../../nw/gfx/res/ResShader/Overview.html">ResShader</a> objects inside <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a> are traversed, and TFunction is applied if a ReferenceShader remains unresolved.</td> 497 </tr> 498 <tr> 499 <td width="100"> </td> 500 <th> 501 <a href="../../../../nw/gfx/res/ResGraphicsFile/ForeachUnresolvedReference.html">ForeachUnresolvedReference</a> 502 </th> 503 <td>All referenced objects inside <a href="../../../../nw/gfx/res/ResGraphicsFile/Overview.html">ResGraphicsFile</a> are traversed, and TFunction is applied if a reference object remains unresolved.</td> 504 </tr> 505 <tr> 506 <td width="100"> </td> 507 <th> 508 <a href="../../../../nw/gfx/res/ResGraphicsFile/IsValidRevision.html">IsValidRevision</a> 509 </th> 510 <td>Checks whether the library is a usable revision.</td> 511 </tr> 512 <tr> 513 <td width="100"> </td> 514 <th> 515 <a href="../../../../nw/gfx/res/ResFileHeader/GetSignature.html">GetSignature</a> 516 </th> 517 <td>Gets the signature.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 518 </tr> 519 <tr> 520 <td width="100"> </td> 521 <th> 522 <a href="../../../../nw/gfx/res/ResFileHeader/SetSignature.html">SetSignature</a> 523 </th> 524 <td>Sets the signature.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 525 </tr> 526 <tr> 527 <td width="100"> </td> 528 <th> 529 <a href="../../../../nw/gfx/res/ResFileHeader/GetByteOrder.html">GetByteOrder</a> 530 </th> 531 <td>Gets the byte order.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 532 </tr> 533 <tr> 534 <td width="100"> </td> 535 <th> 536 <a href="../../../../nw/gfx/res/ResFileHeader/SetByteOrder.html">SetByteOrder</a> 537 </th> 538 <td>Sets the byte order.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 539 </tr> 540 <tr> 541 <td width="100"> </td> 542 <th> 543 <a href="../../../../nw/gfx/res/ResFileHeader/GetHeaderSize.html"><CODE>GetHeaderSize</CODE></a> 544 </th> 545 <td>Gets the header size.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 546 </tr> 547 <tr> 548 <td width="100"> </td> 549 <th> 550 <a href="../../../../nw/gfx/res/ResFileHeader/SetHeaderSize.html">SetHeaderSize</a> 551 </th> 552 <td>Sets the header size.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 553 </tr> 554 <tr> 555 <td width="100"> </td> 556 <th> 557 <a href="../../../../nw/gfx/res/ResFileHeader/GetRevision.html"><CODE>GetRevision</CODE></a> 558 </th> 559 <td>Gets the revision information.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 560 </tr> 561 <tr> 562 <td width="100"> </td> 563 <th> 564 <a href="../../../../nw/gfx/res/ResFileHeader/SetRevision.html">SetRevision</a> 565 </th> 566 <td>Sets the revision information.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 567 </tr> 568 <tr> 569 <td width="100"> </td> 570 <th> 571 <a href="../../../../nw/gfx/res/ResFileHeader/GetFileSize.html">GetFileSize</a> 572 </th> 573 <td>Gets the file size.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 574 </tr> 575 <tr> 576 <td width="100"> </td> 577 <th> 578 <a href="../../../../nw/gfx/res/ResFileHeader/SetFileSize.html">SetFileSize</a> 579 </th> 580 <td>Sets the file size.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 581 </tr> 582 <tr> 583 <td width="100"> </td> 584 <th> 585 <a href="../../../../nw/gfx/res/ResFileHeader/GetNumBlocks.html">GetNumBlocks</a> 586 </th> 587 <td>Gets the number of blocks.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 588 </tr> 589 <tr> 590 <td width="100"> </td> 591 <th> 592 <a href="../../../../nw/gfx/res/ResFileHeader/SetNumBlocks.html">SetNumBlocks</a> 593 </th> 594 <td>Sets the number of blocks.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 595 </tr> 596 <tr> 597 <td width="100"> </td> 598 <th> 599 <a href="../../../../nw/gfx/res/ResFileHeader/GetFileHeader.html">GetFileHeader</a> 600 </th> 601 <td>Gets a binary file header.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 602 </tr> 603 <tr> 604 <td width="100"> </td> 605 <th> 606 <a href="../../../../nw/gfx/res/ResFileHeader/GetFirstBlockHeader.html">GetFirstBlockHeader</a> 607 </th> 608 <td>Gets binary block information.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 609 </tr> 610 <tr> 611 <td width="100"> </td> 612 <th> 613 <a href="../../../../nw/gfx/res/ResFileHeader/GetImageBlockData.html">GetImageBlockData</a> 614 </th> 615 <td>Gets the start data address of an image data block.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 616 </tr> 617 <tr> 618 <td width="100"> </td> 619 <th> 620 <a href="../../../../nw/gfx/res/ResFileHeader/GetImageBlockDataSize.html">GetImageBlockDataSize</a> 621 </th> 622 <td>Gets the data size of the image data block.(Inherited from <a href="../../../nw/gfx/ResFileHeader/Overview.html"><CODE>ResFileHeader</CODE></a>.</td> 623 </tr> 624 <tr> 625 <td width="100"> </td> 626 <th> 627 <a href="../../../../nw/ut/ResCommonBase/IsValid.html"><CODE>IsValid</CODE></a> 628 </th> 629 <td>Determines whether a pointer to a resource is <CODE>null</CODE>.(Derived from <CODE><a href="../../../../nw/ut/ResCommonBase/Overview.html">ResCommonBase</a></CODE>.)</td> 630 </tr> 631 <tr> 632 <td width="100"> 633 <span class="static_style" title="static">S</span> </td> 634 <th> 635 <a href="../../../../nw/gfx/res/ResGraphicsFile/GetClassName.html"><CODE>GetClassName</CODE></a> 636 </th> 637 <td> 638 </td> 639 </tr> </table> 640 </div> 641 </a> 642 <h2>Class Hierarchy</h2> 643 <div class="section"> 644 <p class="hierarchy"><a href="../../../../nw/ut/ResCommonBase/Overview.html">nw::ut::ResCommonBase</a><br /> <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon</a><br /> <a href="../../../../nw/gfx/res/ResFileHeader/Overview.html">nw::gfx::res::ResFileHeader</a><br /> <b>nw::gfx::res::ResGraphicsFile</b> 645 </p> 646 </div> 647 <hr><p>CONFIDENTIAL</p></body> 648</html>