This file is indexed.

/usr/include/opencollada/COLLADASaxFrameworkLoader/generated14/COLLADASaxFWLLibraryCamerasLoader14.h is in opencollada-dev 0.1.0~20140703.ddf8f47+dfsg1-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
/*
    Copyright (c) 2008-2009 NetAllied Systems GmbH

    This file is part of COLLADASaxFrameworkLoader.

    Licensed under the MIT Open Source License, 
    for details please see LICENSE file or the website
    http://www.opensource.org/licenses/mit-license.php
*/


#ifndef __COLLADASAXFWL_LIBRARYCAMERASLOADER14_H__
#define __COLLADASAXFWL_LIBRARYCAMERASLOADER14_H__


#include "COLLADASaxFWLPrerequisites.h"
#include "COLLADASaxFWLLibraryCamerasLoader.h"
#include "COLLADASaxFWLIParserImpl14.h"


namespace COLLADASaxFWL
{


class IFilePartLoader;


class LibraryCamerasLoader14 : public IParserImpl14
{
private:
LibraryCamerasLoader* mLoader;

public:
LibraryCamerasLoader14(LibraryCamerasLoader* loader)
 : mLoader(loader)
{}


virtual bool end__library_cameras();

virtual bool begin__camera( const COLLADASaxFWL14::camera__AttributeData& attributeData );

virtual bool end__camera();

virtual bool begin__optics();

virtual bool end__optics();

virtual bool begin__optics__technique_common();

virtual bool end__optics__technique_common();

virtual bool begin__perspective();

virtual bool end__perspective();

virtual bool begin__orthographic();

virtual bool end__orthographic();

virtual bool begin__xfov( const COLLADASaxFWL14::xfov__AttributeData& attributeData );

virtual bool end__xfov();

virtual bool data__xfov( float value );

virtual bool begin__yfov( const COLLADASaxFWL14::yfov__AttributeData& attributeData );

virtual bool end__yfov();

virtual bool data__yfov( float value );

virtual bool begin__xmag( const COLLADASaxFWL14::xmag__AttributeData& attributeData );

virtual bool end__xmag();

virtual bool data__xmag( float value );

virtual bool begin__ymag( const COLLADASaxFWL14::ymag__AttributeData& attributeData );

virtual bool end__ymag();

virtual bool data__ymag( float value );

virtual bool begin__aspect_ratio( const COLLADASaxFWL14::aspect_ratio__AttributeData& attributeData );

virtual bool end__aspect_ratio();

virtual bool data__aspect_ratio( float value );

virtual bool begin__znear( const COLLADASaxFWL14::znear__AttributeData& attributeData );

virtual bool end__znear();

virtual bool data__znear( float value );

virtual bool begin__zfar( const COLLADASaxFWL14::zfar__AttributeData& attributeData );

virtual bool end__zfar();

virtual bool data__zfar( float value );

virtual bool begin__imager();

virtual bool end__imager();

virtual bool begin__technique( const COLLADASaxFWL14::technique__AttributeData& attributeData );

virtual bool end__technique();


private:
/** Disable default copy ctor. */
LibraryCamerasLoader14(const LibraryCamerasLoader14&);
/** Disable default assignment operator. */
const LibraryCamerasLoader14& operator=(const LibraryCamerasLoader14&);
};
}
#endif // __COLLADASAXFWL_LIBRARYCAMERASLOADER14_H__