OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimNitfRpcBTag.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // LICENSE: LGPL
4 //
5 // see top level LICENSE.txt
6 //
7 // Author: Garrett Potts
8 // Description: Nitf support class
9 //
10 //********************************************************************
11 // $Id: ossimNitfRpcBTag.cpp 22013 2012-12-19 17:37:20Z dburken $
12 
14 
15 RTTI_DEF1(ossimNitfRpcBTag, "ossimNitfRpcBTag", ossimNitfRpcBase);
16 
19 {
20  // Set the tag name in base.
21  setTagName(std::string("RPC00B"));
22 }
The layout of RPC00B is the same as RPC00A.
RTTI_DEF1(ossimNitfRpcBTag, "ossimNitfRpcBTag", ossimNitfRpcBase)
virtual void setTagName(const std::string &tagName)